object-detection-template
object-detection-template copied to clipboard
ParseError: 183:15 : Message type "object_detection.protos.EvalConfig" has no field named "tfrecord".
I run it from floydhub GPU platform, not modified anything
# Training
trainer.train(
create_input_dict_fn,
model_fn,
train_config,
master,
task,
NUM_CLONES,
worker_replicas,
CLONE_ON_CPU,
ps_tasks,
worker_job_name,
is_chief,
TRAIN_DIR,
graph_hook_fn=graph_rewriter_fn)
returns error:
ParseError: 183:15 : Message type "object_detection.protos.EvalConfig" has no field named "tfrecord".