srihari-humbarwadi / DeepLabV3_Plus-Tensorflow2.0

DeepLabV3+ implemented in TensorFlow2.0
https://arxiv.org/pdf/1802.02611.pdf
168 stars 45 forks source link

fitting the model gives training data empty #4

Closed shubhaminnani closed 5 years ago

shubhaminnani commented 5 years ago

in model.fit there is an error model.fit( train_dataset, steps_per_epoch=len(image_list), epochs=1, validation_data=val_dataset, validation_steps=len(val_image_list), callbacks=callbacks)

File "C:\Users\Student\Anaconda2\lib\site-packages\tensorflow\python\keras\engine\training_utils.py", line 113, in finalize raise ValueError('Empty training data.')

ValueError: Empty training data.

shubhaminnani commented 5 years ago

@karolmajek

karolmajek commented 5 years ago

I'm not the author of this code, and I'm working mainly on Ubuntu. Are you sure you have the training data in right place?

shubhaminnani commented 5 years ago

Yes