You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm trying to finetune the model for my data using the model pre-trained on Places2.
For training, I have specified the parameter --load_model_dir to the directory where I have saved the Places2 weights that you shared (Thanks a lot!) and other parameters that were required in the README.
After overnight training, I found that the only output was the folder checkpoints with events.out.tfevents.1576231107.PM1 file.
The files in the Places2 directory were not changed.
What I am doing wrong?
The text was updated successfully, but these errors were encountered:
I found an answer to my question. There is a parameter --train_spe which is set by default to 1000.
Unfortunately, I was too impatient and stopped training on the 900th step. So set this parameter to a smaller number if you want to check the progress more frequently.
Hello!
I'm trying to finetune the model for my data using the model pre-trained on Places2.
For training, I have specified the parameter --load_model_dir to the directory where I have saved the Places2 weights that you shared (Thanks a lot!) and other parameters that were required in the README.
After overnight training, I found that the only output was the folder checkpoints with events.out.tfevents.1576231107.PM1 file.
The files in the Places2 directory were not changed.
What I am doing wrong?
The text was updated successfully, but these errors were encountered: