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
File "/FishFSRNet-main/fsr/fishfsrnet.py", line 98, in init
self.reduc = common.channelReduction()
AttributeError: module 'common' has no attribute 'channelReduction'
您好,在运行python main_parsing.py训练整个网络时会出错,显示fishfsrnet.py中没有channelReduction,去到common.py中确实没有找到channelReduction的定义,请问这个common.channelReduction()表示的是什么呢?能否在common.py中添加对于的代码,感谢
The text was updated successfully, but these errors were encountered:
File "/FishFSRNet-main/fsr/fishfsrnet.py", line 98, in init
self.reduc = common.channelReduction()
AttributeError: module 'common' has no attribute 'channelReduction'
您好,在运行python main_parsing.py训练整个网络时会出错,显示fishfsrnet.py中没有channelReduction,去到common.py中确实没有找到channelReduction的定义,请问这个common.channelReduction()表示的是什么呢?能否在common.py中添加对于的代码,感谢
The text was updated successfully, but these errors were encountered: