Nishant Jani

Results 1 comments of Nishant Jani

Generate .record files using generate_tfrecords.py. The steps for the same are explained below: 1)python generate_tfrecord.py --csv_input=images\train_labels.csv --image_dir=images\train --output_path=train.record 2)python generate_tfrecord.py --csv_input=images\test_labels.csv --image_dir=images\test --output_path=test.record Then put the generated .record file in...