Skip to content
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

Training progress bars #18

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Training progress bars #18

wants to merge 10 commits into from

Conversation

Dschogo
Copy link

@Dschogo Dschogo commented Jun 16, 2023

I fiddled a bit with training, could look like this (including multi GPU - theoretical couldn't test) - Updates ~ 1 a sec
image
This wont be included in this PR - if its desired to add it also in training, then I'll try to polish it a bit more because the logger breaks it here and there:
image

The progress redraws itself again, and it affects nothing in the back-end. Just a minor visible annoyance.

Since the training data was previously printed through the logger, it will no longer be logged.

@Dschogo Dschogo changed the title Update train_nsf_sim_cache_sid_load_pretrain.py Training progress bars Jun 17, 2023
@Dschogo Dschogo closed this Jun 17, 2023
@Dschogo Dschogo force-pushed the patch-2 branch 2 times, most recently from 0bbc160 to 8223f4c Compare June 17, 2023 16:22
@Dschogo Dschogo reopened this Jun 17, 2023
@Dschogo
Copy link
Author

Dschogo commented Jun 20, 2023

Seems to work fine (trained 5 models from ~ 15min audio for 100 epochs - no issues.
It should work for mutliple GPUS, maybe its a bit more buggy (only terminal progress bar, the training will work fine)

Also changed the "save only last epoch" method to actually save the new epoch, after a successful save it deletes the previous highest iteration counter Regex: G_*.pth / Regex: D_*.pth

@Dschogo Dschogo marked this pull request as ready for review June 20, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant