object-detection-template icon indicating copy to clipboard operation
object-detection-template copied to clipboard

ParseError: 183:15 : Message type "object_detection.protos.EvalConfig" has no field named "tfrecord".

Open chinaq opened this issue 6 years ago • 0 comments

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".

chinaq avatar Nov 09 '18 05:11 chinaq