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
Tensorflow seems to be saving singan weights into training_checkpoints, might want to change the documentation on inference generation from python main.py inference --image ... --dir ./weights_dir ....
to python main.py inference --image ... --dir ./training_checkpoints ....
Not really a big deal, but would make it easier on initial use.
The text was updated successfully, but these errors were encountered:
Tensorflow seems to be saving singan weights into training_checkpoints, might want to change the documentation on inference generation from
python main.py inference --image ... --dir ./weights_dir ....
to
python main.py inference --image ... --dir ./training_checkpoints ....
Not really a big deal, but would make it easier on initial use.
The text was updated successfully, but these errors were encountered: