saikatbsk / ImageCompletion-DCGAN

Image completion using deep convolutional generative adversarial nets in tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I cannot get to run the sample, exception throw out

welcomealcol opened this issue · comments

Hi,

I try to train the model, but get the error as below:

m 3r0pzxmhee 41n s6

Could you please give me some info to fix this issue? Many thanks

alcol

I met the error first,because data_nir is NULL.
Just python main.py --data_dir DATA_DIR

@wangemm
I put my data path
python main.py --data_dir "path"
but it still doesn't work

You need to make sure that your DATA_DIR contains .tfrecords files that were used for training the model. For instance, if you have trained the model with Chars74k dataset then your DATA_DIR should point to the Chars74k folder inside data.

Also, keep in mind that this project is old and I am not maintaining this. So, you may encounter multiple issues with newer versions of tensorflow.

Can i add any other data as Celeba ?
i don't want to use data in this project