Guanxiong Liu
Guanxiong Liu
In my test, this project need the api version 1.0 for tensorflow. The ReadMe file need to update this information for user's convenience. Thanks
Below is line 40 and line 45 in model.py. The is_training variable is always set to False without changing based on config. ` self.is_training = tf.placeholder_with_default( tf.constant(False, dtype=tf.bool), shape=(), name='is_training'...
Train报错
运行cnn_full的训练时出错,我目前在debug,如果作者有遇到过,请告诉我,谢谢🙏 > python train.py -n cnn -t False -e 200 -b 4 -lr 1e-4 -d False --anchor_path ./model_data/yolo_ anchors.txt File "train.py", line 182 exec('map_with_iou{} = tf.placeholder(tf.float32)'.format(int(iou * 100))) SyntaxError: unqualified...