Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Exported Model has less epoch than expected #594

Open
PavelPanjaya opened this issue Apr 24, 2024 · 0 comments
Open

Exported Model has less epoch than expected #594

PavelPanjaya opened this issue Apr 24, 2024 · 0 comments
Labels
question Further information is requested

Comments

@PavelPanjaya
Copy link

PavelPanjaya commented Apr 24, 2024

I've trained a model on a custom dataset and exported it with
python3 -m tools.export d23a69c5
I get a warning:
WARNING:__main__:Model d23a69c5 has less epoch than expected (0 / 10)

It's strange, as I know for sure the training finished successfully and I have 10 epoch in my log file:

...
[04-24 12:58:25][demucs.solver][INFO] - Cross validation...
[04-24 12:58:28][demucs.solver][INFO] - Valid | Epoch 10 | 1/7 | 0.79 it/sec | Loss 0.4132 | Reco 0.4132 | Nsdr 0.735
[04-24 12:58:28][demucs.solver][INFO] - Valid | Epoch 10 | 2/7 | 0.88 it/sec | Loss 0.4133 | Reco 0.4133 | Nsdr 0.735
[04-24 12:58:29][demucs.solver][INFO] - Valid | Epoch 10 | 3/7 | 0.94 it/sec | Loss 0.4133 | Reco 0.4133 | Nsdr 0.735
[04-24 12:58:30][demucs.solver][INFO] - Valid | Epoch 10 | 4/7 | 0.97 it/sec | Loss 0.4133 | Reco 0.4133 | Nsdr 0.735
[04-24 12:58:31][demucs.solver][INFO] - Valid | Epoch 10 | 5/7 | 0.99 it/sec | Loss 0.4133 | Reco 0.4133 | Nsdr 0.735
[04-24 12:58:32][demucs.solver][INFO] - Valid | Epoch 10 | 6/7 | 1.01 it/sec | Loss 0.4133 | Reco 0.4133 | Nsdr 0.735
[04-24 12:58:37][demucs.solver][INFO] - Valid Summary | Epoch 10 | Loss=0.4133 | Reco=0.4133 | Nsdr=0.735 | Best=0.4133 | Bname=main
[04-24 12:58:37][demucs.solver][INFO] - New best valid loss 0.4133

My question is how do I fix it? Thanks.

@PavelPanjaya PavelPanjaya added the question Further information is requested label Apr 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant