November666

Results 2 issues of November666

excuse me,your code bring me a big help about my research,but,when i run the train.py,it appears the following errors,do you konw how to fix it? thank you! RuntimeError: An attempt...

很感谢你的分享,但是我在调试过程中发现当输入为(128,1,20,30,30)这个tensor的通道为1时,代码会报错, File "D:\anaconda3\envs\py38\lib\site-packages\torch\nn\modules\conv.py", line 557, in __init__ super(Conv3d, self).__init__( File "D:\anaconda3\envs\py38\lib\site-packages\torch\nn\modules\conv.py", line 83, in __init__ self.reset_parameters() File "D:\anaconda3\envs\py38\lib\site-packages\torch\nn\modules\conv.py", line 86, in reset_parameters init.kaiming_uniform_(self.weight, a=math.sqrt(5)) File "D:\anaconda3\envs\py38\lib\site-packages\torch\nn\init.py", line 381, in kaiming_uniform_...