keras-YOLOv3-mobilenet
keras-YOLOv3-mobilenet copied to clipboard
Training errors
Create YOLOv3 model with 9 anchors and 5 classes.
[<tf.Tensor 'conv2d_7/BiasAdd:0' shape=(?, ?, ?, 30) dtype=float32>, <tf.Tensor 'conv2d_15/BiasAdd:0' shape=(?, ?, ?, 30) dtype=float32>, <tf.Tensor 'conv2d_23/BiasAdd:0' shape=(?, ?, ?, 30) dtype=float32>]
Train on 749 samples, val on 0 samples, with batch size 1.
Epoch 1/300
749/749 [==============================] - 276s 368ms/step - loss: 930.2716
Epoch 2/300
749/749 [==============================] - 275s 367ms/step - loss: 75.0715
Epoch 3/300
749/749 [==============================] - 274s 366ms/step - loss: 68.3971
Traceback (most recent call last):
File "train_Mobilenet.py", line 200, in
'logs/carMobilenet/001_Mobilenet_finetune/' may not exist, so the program cannot save the checkpoint file in it. mkdir and try again
谢谢。
Eric3911
电子名片新出VIP模板啦,快来体验>>
扫一扫,
快速添加名片到手机
------------------ 原始邮件 ------------------
发件人: Karbon Chen [email protected]
发送时间: 2019-01-19 14:43:36
收件人:Adamdad/keras-YOLOv3-mobilenet [email protected]
抄送:Eric3911 [email protected],Author [email protected]
主题: Re: [Adamdad/keras-YOLOv3-mobilenet] Training errors (#22)
'logs/carMobilenet/001_Mobilenet_finetune/' may not exist, so the program cannot save the checkpoint file in it. mkdir and try again
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hello,I had created this folder,but it reminded the same mistake,had you solved it?