You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully installed the environment, ran the infer_unpaired.py file, and encountered no errors, but I didn't get the test results either.I can't find the results folder.
(glare) zjy@DESKTOP-ORSLCSS:~/GLARE-main$ python code/infer_unpaired.py OrderedDict([('manual_seed', 10), ('lr_G', 5e-05), ('weight_decay_G', 0), ('beta1', 0.9), ('beta2', 0.99), ('lr_scheme', 'MultiStepLR'), ('warmup_iter', 10), ('lr_steps_rel', [0.95]), ('lr_gamma', 0.5), ('weight_l1', 0), ('weight_fl', 1), ('niter', 20000), ('val_freq', 6666666666), ('lr_steps', [19000])]) Working with z of shape (1, 3, 64, 64) = 12288 dimensions. net_hq is restored from pretrained_weights_lol/vqgan.pkl NetG is restored from pretrained_weights_lol/net_G.pth Out dir: /home/zjy/GLARE-main/code/../results-unpair/LOL/unpaired 0it [00:00, ?it/s]
The text was updated successfully, but these errors were encountered:
I successfully installed the environment, ran the infer_unpaired.py file, and encountered no errors, but I didn't get the test results either.I can't find the results folder.
(glare) zjy@DESKTOP-ORSLCSS:~/GLARE-main$ python code/infer_unpaired.py OrderedDict([('manual_seed', 10), ('lr_G', 5e-05), ('weight_decay_G', 0), ('beta1', 0.9), ('beta2', 0.99), ('lr_scheme', 'MultiStepLR'), ('warmup_iter', 10), ('lr_steps_rel', [0.95]), ('lr_gamma', 0.5), ('weight_l1', 0), ('weight_fl', 1), ('niter', 20000), ('val_freq', 6666666666), ('lr_steps', [19000])]) Working with z of shape (1, 3, 64, 64) = 12288 dimensions. net_hq is restored from pretrained_weights_lol/vqgan.pkl NetG is restored from pretrained_weights_lol/net_G.pth Out dir: /home/zjy/GLARE-main/code/../results-unpair/LOL/unpaired 0it [00:00, ?it/s]
The text was updated successfully, but these errors were encountered: