nicknochnack / TFODCourse

944 stars 919 forks source link

GeneratorDatasetOp::Dataset will not be optimized because the dataset does not implement the AsGraphDefInternal() method needed to apply optimizations. #125

Closed Yozor4 closed 1 year ago

Yozor4 commented 1 year ago

I started training but it is showing this line, the training is not working because of this

image

ASH-will-WIN commented 1 year ago

I am having the same problem

Yozor4 commented 1 year ago

I found that my generated TFRecord files were empty, due to putting my train and test folders containing the XML files in the incorrect folder. After fixing the issue by placing the folders in the correct location, I successfully created the TFRecord files. The training is functioning properly now.

Yozor4 commented 1 year ago

try to check your generated tf record files

ASH-will-WIN commented 1 year ago

Ok, Thank you.

banteng56 commented 1 month ago

Sorry, can you explain in more detail what the empty folder is? and what file must it be filled in?