-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python age_lsgan_transfer.py #31
Comments
已收到,会及时处理~
|
1 similar comment
已收到,会及时处理~
|
Have you solved this problem? |
Traceback (most recent call last):
File "age_lsgan_transfer.py", line 167, in
tf.compat.v1.app.run()
File "/home/cv-lab/anaconda3/envs/Beekam/lib/python3.7/site-packages/tensorflow/python/platform/app.py", line 40, in run
_run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
File "/home/cv-lab/anaconda3/envs/Beekam/lib/python3.7/site-packages/absl/app.py", line 312, in run
_run_main(main, args)
File "/home/cv-lab/anaconda3/envs/Beekam/lib/python3.7/site-packages/absl/app.py", line 258, in _run_main
sys.exit(main(argv))
File "age_lsgan_transfer.py", line 163, in main
my_train()
File "age_lsgan_transfer.py", line 88, in my_train
source_img_227, source_img_128, face_label = load_source_batch3(FLAGS.source_file, FLAGS.root_folder, FLAGS.batch_size)
File "/home/cv-lab/Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks-master/tools/source_input.py", line 128, in load_source_batch3
img_list, label_list = get_imgAndlabel_list2(filename, img_folder)
File "/home/cv-lab/Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks-master/tools/source_input.py", line 173, in get_imgAndlabel_list2
f = open(filename, 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'your training file'
The text was updated successfully, but these errors were encountered: