runtime error
Exit code: 1. Reason: Namespace(gpu_ids='', test_name='test', dataroot='./data', output_dir='./output', checkpoint_dir='checkpoints', tocg_checkpoint='./checkpoints/tocg.pth', gen_checkpoint='./checkpoints/gen_step_110000.pth', use_gradio=True, fine_width=768, fine_height=1024, cond_G_ngf=96, cond_G_input_width=192, cond_G_input_height=256, cond_G_num_layers=5, norm_G='spectralaliasinstance', ngf=64, init_type='xavier', init_variance=0.02, semantic_nc=13, output_nc=13) Traceback (most recent call last): File "/home/user/app/app.py", line 145, in <module> main() File "/home/user/app/app.py", line 113, in main tocg = ConditionGenerator(opt, input1_nc=4, input2_nc=opt.semantic_nc + 3, output_nc=opt.output_nc, File "/home/user/app/networks.py", line 18, in __init__ self.warp_feature = opt.warp_feature AttributeError: 'Namespace' object has no attribute 'warp_feature'
Container logs:
Fetching error logs...