ncoudray / DeepPATH

Classification of Lung cancer slide images using deep-learning
489 stars 212 forks source link

Issue with tensorflow #44

Open stevedough123 opened 5 years ago

stevedough123 commented 5 years ago

When I try to run the "build_image_data" pre-processing step to convert the JPEG tiles into TFRecords, I get the following errors. For some reason, it says it's complete, but I don't know if all the files are actually there; in the last photo, you can see that it only goes up to 770 out of 1024.

image

image

tferror
steermomo commented 5 years ago

Why did you put data and code in Lib directory?

steermomo commented 5 years ago

You should attach your data path and the full command you execute

stevedough123 commented 5 years ago

@steermomo where do you recommend I put my data and code?

steermomo commented 5 years ago

It's weird to put your code and data to where you install python. Any directory is ok, like D:/DeepPath/code or somewhere like this.