stylegan-reproduced icon indicating copy to clipboard operation
stylegan-reproduced copied to clipboard

how to start the project with my own dataset

Open ucasiggcas opened this issue 5 years ago • 1 comments

hi, If I use my own dataset face/**.jpg, how to modify the code ? thx

ucasiggcas avatar Dec 09 '19 02:12 ucasiggcas

You should modify train_input_fn() in datasets/ffhq/ffhq_dataset.py. Change tf.data.TFRecordDataset() to something else like tf.data.Dataset.from_tensor_slices().

moono avatar Dec 09 '19 12:12 moono