gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.01k stars 94 forks source link

[BUG REPORT] Saves every n epoch even when its been disabled #111

Closed G-force78 closed 1 year ago

G-force78 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

Start training, either put in 0 or leave blank in Save every n epochs

Expected behavior A clear and concise description of what you expected to happen.

Ignores any saving until the model has finished training

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

gitmylo commented 1 year ago

That's weird, what does it say in the workspace.json from the data/training/rvc/name/workspace.json? It works normally for me.

G-force78 commented 1 year ago

Seems to be ok for that today, although for some reason it changed my batch from 2 to 3 lol Is there a way to see the progress in real time? I'm not sure if its failed it seems to be hung. I assume pitch extraction is optional? **UserWarning: Trying to convert audio automatically from int32 to 16-bit int format. warnings.warn(warning.format(data.dtype)) v2 40k gin_channels: 256 self.spk_embed_dim: 109

** ![saveepochs](https://github.com/gitmylo/audio-webui/assets/114336644/f5705c1d-e772-45f3-b1ed-ab56c9456690)
gitmylo commented 1 year ago

Pitch extraction is optional, but highly recommended.

Good to see you got it working, the config might not have saved yet, maybe due to a browser difference with the onChange event triggering at a different time.

gitmylo commented 1 year ago

Also, it's not stuck, it's done training, as indicated by the lack of an outline around the info, and the info message which says "Finished training. Saving..."

You can see progress in real time, but you'll need more training data, looking at your global step when it's finished, it doesn't have much training data.