老师,能不能帮我解答?很急,课设。 chapter7.2.1输入代码(模型和图片用的都是书上的): Python eval.py —model_file models/w**e.ckpt-done—image_file img/test.jpg 然后却报错: File “E:/范振范大帅哥/tensorflow项目/Deep-Learning-21-Examples-master/chapter_7/eval.py”, line 22, in main with open(FLAGS.image_file, ‘rb’) as img: FileNotFoundError: [Errno 2] No such file or directory: ‘a.jpg’ 然后我单独运行eval.py出现相同的错误提示。我实在找不出来是什么问题。老师,希望您能抽时间解答!
老师你好,运行第三章3.3.4节开始训练的命令后,开始一直卡在INFOglobal_step/sec=0,一直重复输出,一段时间后,然后就一直卡在INFOS**ing checkpoint to path satellite/train_dir/model.ckpt,隔一段时间这个就重复输出,但是训练文件夹里保存的模型一直是model.ckpt-0,请问是什么原因?
你好,运行第五章5.2.3训练新的模型时,在输入python train.py —train_dir voc/train_dir/ —pipeline_config_path voc/voc.config后报错显示: ValueError(‘model_config not of type model_pb2.DetectionModel.’)请问是什么原因?
File “C:\Users\Public\Anaconda3\lib\random.py”, line 275, in shuffle x[i], x[j] = x[j], x[i] TypeError: ‘range’ object does not support item assignment 这个要怎么解决啊?
老师,能不能帮我解答?很急,课设。
chapter7.2.1输入代码(模型和图片用的都是书上的):
Python eval.py —model_file models/w**e.ckpt-done—image_file img/test.jpg
然后却报错:
File “E:/范振范大帅哥/tensorflow项目/Deep-Learning-21-Examples-master/chapter_7/eval.py”, line 22, in main
with open(FLAGS.image_file, ‘rb’) as img:
FileNotFoundError: [Errno 2] No such file or directory: ‘a.jpg’
然后我单独运行eval.py出现相同的错误提示。我实在找不出来是什么问题。老师,希望您能抽时间解答!
BasicLSTMCell’ object has no attribute ‘_kernel’ 的错误原因似乎与TensorFlow的版本有关,尝试了1.5以上版本的都会出现类似错误,但1.4版本的就能正常运行,烦请老师查看相关版本的升级与修改
老师你好,运行第三章3.3.4节开始训练的命令后,开始一直卡在INFO
global_step/sec=0,一直重复输出,一段时间后,然后就一直卡在INFO
S**ing checkpoint to path satellite/train_dir/model.ckpt,隔一段时间这个就重复输出,但是训练文件夹里保存的模型一直是model.ckpt-0,请问是什么原因?
你好,运行第五章5.2.3训练新的模型时,在输入python train.py —train_dir voc/train_dir/ —pipeline_config_path voc/voc.config后报错显示:
ValueError(‘model_config not of type model_pb2.DetectionModel.’)请问是什么原因?
我在运行第三章data_convert.py时总是会出现以下错误:
File “C:\Users\Public\Anaconda3\lib\random.py”, line 275, in shuffle
x[i], x[j] = x[j], x[i]
TypeError: ‘range’ object does not support item assignment
这个要怎么解决啊?