JiahuiYu

Results 63 comments of JiahuiYu

@TrinhQuocNguyen Thanks for you response. @AterLuna In addition, the format of file lists are attached. You can either use absolute path or relative path for training. ``` /home/jiahui.yu/data/celeba_hq/celeba_hq_images/img00027049.png /home/jiahui.yu/data/celeba_hq/celeba_hq_images/img00017547.png /home/jiahui.yu/data/celeba_hq/celeba_hq_images/img00023248.png...

@ChiediVenia Please make sure that your input file exists. Normally it can be fixed by a careful check.

@ChiediVenia I wonder if you already have the following files and folders. ``` parser.add_argument('--folder_path', default='./training_data', type=str, help='The folder path') parser.add_argument('--train_filename', default='./data_flist/train_shuffled.flist', type=str, help='The output filename.') parser.add_argument('--validation_filename', default='./data_flist/validation_shuffled.flist', type=str, help='The output...

@TerminatorSd I appreciate your information to this issue!

@YangSN0719 Hi, most likely that your file list is incorrect. The error means there is no image file with the file list you provided. Please check carefully. One suggestion is...

@YangSN0719 I think you need line break for different image files, right? Each image file occupies one line.

@lx120 The number of validation images does not affect training. They are for "validation" purpose.

@htn274 Thanks for your detailed feedback and that's exactly our community needs! I will keep this issue in the front page. Regarding your question: 1. I think you are right,...

@huoxiangzuo Cool, thanks for your information. Let me pin this issue in the front page.

Thanks for the question! Yes. The progress bar is removed. Please check GPU usage and wait until the end of each epoch - and there will be a few messages....