sugyan / face-generator

56 stars 14 forks source link

how to structure the data folder #4

Closed qinritukou closed 1 year ago

qinritukou commented 7 years ago

Because there is no train data. So I wonder how to create train data for training. Cloud you show me the structure diagram of data folder? Thanks ahead. And now I have the error below actually.

Traceback (most recent call last): File "train.py", line 111, in tf.app.run() File "/Users/developer/anaconda/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 44, in r _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "train.py", line 48, in main traindata = inputs(dcgan.batch_size, dcgan.s_size) File "train.py", line 28, in inputs fqueue = tf.train.string_input_producer(files) File "/Users/developer/anaconda/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/training/input.py", line 211, i raise ValueError(not_null_err) ValueError: string_input_producer requires a non-null input tensor

WeihongM commented 7 years ago

so do I。 have you solved this problem?

bringtree commented 6 years ago

@WeihongM @qinritukou so do I。 have you solved this problem?

bringtree commented 6 years ago

can't find tfrecords

WeihongM commented 6 years ago

@bringtree sorry, I have forgotten.