Closed HuaYanGuan closed 9 months ago
File "/content/gdrive/MyDrive/research/main.py", line 186, in net = FullModel( File "/content/gdrive/MyDrive/research/HSIC_FM.py", line 180, in init self.recurrent = net(input_size, args.d, args.depth) UnboundLocalError: local variable 'net' referenced before assignment
Hello, please run: python ./main.py --lstm "--lstm" is used to choose the lstm net for subsequent processing.
Thank you very much. It works.
File "/content/gdrive/MyDrive/research/main.py", line 186, in net = FullModel( File "/content/gdrive/MyDrive/research/HSIC_FM.py", line 180, in init self.recurrent = net(input_size, args.d, args.depth) UnboundLocalError: local variable 'net' referenced before assignment
Hello, please run: python ./main.py --lstm "--lstm" is used to choose the lstm net for subsequent processing.
Thank you very much, it works
File "/content/gdrive/MyDrive/research/main.py", line 186, in
net = FullModel(
File "/content/gdrive/MyDrive/research/HSIC_FM.py", line 180, in init
self.recurrent = net(input_size, args.d, args.depth)
UnboundLocalError: local variable 'net' referenced before assignment