sun0912704
sun0912704
Traceback (most recent call last): File "train.py", line 20, in from myutils import utils File "/home/zjh/sunjingjing/DCPDN/myutils/utils.py", line 92 for(src, dst) in zip(vgglua.parameters()[0], vgg.parameters()) SyntaxError: invalid syntax how to deal with...
torch.nn里没有BReLU这个激活函数,要把作者自己写的BReLU添加到PyTorch源文件里 _Originally posted by @Scotty1027 in https://github.com/thuBingo/DehazeNet_Pytorch/issues/1#issuecomment-723012141_
运行predict.py时报错没有没有torchvision.ops,但是我安装了torchvision,这行代码在nets/classifier中,我应该怎加入模块呢? 
运行train的时候,出现了这样的报错,该如何解决?  
训练时突然关机
您好,我想问一下为什么每次在训练自己的数据集的时候电脑都会突然关机?(CPU温度不高,训练之前几个小时都没用过电脑,不存在它频繁使用导致)
 想问一下这个问题怎么解决?(一般的办法已经试过了,不行)
hello,Professior! I have a problem in the first step--to generate the .h5 dataset. To solve it , I have checked File System Permissions and ran as Administrator. It also can't...