aster icon indicating copy to clipboard operation
aster copied to clipboard

error ‘input_reader_config not of type input_reader_pb2.InputReader’

Open ChChwang opened this issue 6 years ago • 1 comments

when I run python train.py --exp_dir experiments/demo --num_clones 2, raise error ‘input_reader_config not of type input_reader_pb2.InputReader’

File "train.py", line 217, in tf.app.run() File "/usr/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "train.py", line 213, in main worker_job_name, is_chief, train_dir) File "aster/trainer.py", line 129, in train data_augmentation_options File "aster/trainer.py", line 19, in _create_input_queue tensor_dict = create_tensor_dict_fn() File "aster/builders/input_reader_builder.py", line 33, in build raise ValueError('input_reader_config not of type ' ValueError: input_reader_config not of type input_reader_pb2.InputReader.

ChChwang avatar Nov 05 '18 10:11 ChChwang

git clone again and it worked

ChChwang avatar Nov 07 '18 04:11 ChChwang