qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

trained succesfully but did not create model file? #754

Open skywo1f opened 3 years ago

skywo1f commented 3 years ago

I went through the training process and reached epoch 100: Epoch 100/100 3757/3757 [==============================] - 170s 45ms/step - loss: 8.9247 - val_loss: 8.8859

I am expecting a file called model_data/trained_weights_final.h5 but no such file exists. Was it saved somewhere else, or did I miss a parameter in my training script?

daniele-salerno commented 3 years ago

You should have a folder named logs. Check inside logs/000/