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
Traceback (most recent call last):
File "/usr/lib/python3.5/code.py", line 91, in runcode
exec(code, self.locals)
File "", line 1, in
File "/home/monk42/Downloads/pycharm-2018.3/helpers/pydev/_pydev_bundle/pydev_umd.py", line 198, in runfile
pydev_imports.execfile(filename, global_vars, local_vars) # execute the script
File "/home/monk42/Downloads/pycharm-2018.3/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "/home/monk42/PycharmProjects/DDnet/model/Light_Net_beta.py", line 221, in
fetch="linear")
File "/home/monk42/PycharmProjects/DDnet/model/Light_Net_beta.py", line 174, in init
fetch=fetch)
File "/home/monk42/PycharmProjects/DDnet/model/Light_Net_beta.py", line 110, in init
unit = BottleneckWithConcat(nChannels, growthRate, dropRate)
File "/home/monk42/PycharmProjects/DDnet/model/Light_Net_beta.py", line 51, in init
super(Bottleneck, self).init(nChannels, growthRate, dropRate)
File "/home/monk42/.local/lib/python3.5/site-packages/torch/nn/modules/container.py", line 52, in init
self.add_module(str(idx), module)
File "/home/monk42/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 171, in add_module
torch.typename(module)))
TypeError: int is not a Module subclass
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/lib/python3.5/code.py", line 91, in runcode
exec(code, self.locals)
File "", line 1, in
File "/home/monk42/Downloads/pycharm-2018.3/helpers/pydev/_pydev_bundle/pydev_umd.py", line 198, in runfile
pydev_imports.execfile(filename, global_vars, local_vars) # execute the script
File "/home/monk42/Downloads/pycharm-2018.3/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "/home/monk42/PycharmProjects/DDnet/model/Light_Net_beta.py", line 221, in
fetch="linear")
File "/home/monk42/PycharmProjects/DDnet/model/Light_Net_beta.py", line 174, in init
fetch=fetch)
File "/home/monk42/PycharmProjects/DDnet/model/Light_Net_beta.py", line 110, in init
unit = BottleneckWithConcat(nChannels, growthRate, dropRate)
File "/home/monk42/PycharmProjects/DDnet/model/Light_Net_beta.py", line 51, in init
super(Bottleneck, self).init(nChannels, growthRate, dropRate)
File "/home/monk42/.local/lib/python3.5/site-packages/torch/nn/modules/container.py", line 52, in init
self.add_module(str(idx), module)
File "/home/monk42/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 171, in add_module
torch.typename(module)))
TypeError: int is not a Module subclass
The text was updated successfully, but these errors were encountered: