Skip to content

add tensorboard support #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 19, 2022
Merged

Conversation

abdallah1097
Copy link
Contributor

Add support for tensorboard.

This commit add support for tensorboard and edits the following:
1. config.yml: add boolean flag wether to save in tensorboard or not
2. main.py and train.py: main writers for tensorboard
3. requirments.txt: added the tensorboard to be installed with the requirments (no version specified yet!)

This commit add support for tensorboard and edits the following:
1. config.yml: add boolean flag wether to save in tensorboard or not
2. main.py and train.py: main writers for tensorboard
3. requirments.txt: added the tensorboard to be installed with the requirments (no version specified yet!)
This commit add support for tensorboard and edits the following:
    1. config.yml: add boolean flag wether to save in tensorboard or not
    2. main.py and train.py: main writers for tensorboard
    3. requirments.txt: added the tensorboard to be installed with the requirments (no version specified yet!)
The added clip-grad feature required sending one more argument to the train function. This commits solves
"TypeError: train() missing 1 required positional argument: 'clip_grad'" in test_train.py file
@dayyass
Copy link
Owner

dayyass commented Dec 10, 2020

This pull request will be merged after #27, #29, #32

@dayyass dayyass changed the title Tensorboard support add tensorboard support Oct 12, 2021
@dayyass dayyass linked an issue Oct 12, 2021 that may be closed by this pull request
@dayyass dayyass self-requested a review October 12, 2021 18:03
@dayyass dayyass self-assigned this Oct 12, 2021
@dayyass dayyass added the enhancement New feature or request label Oct 12, 2021
@dayyass dayyass merged commit 40b8bda into dayyass:main Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add tensorboard support
2 participants