jilner
jilner
多显卡
第五章,运用多显卡时一直报错 File "", line 1, in runfile('/home/skycloud/桌面/mulgpu/mulg2.py', wdir='/home/skycloud/桌面/mulgpu') File "/home/skycloud/anaconda3/lib/python3.6/site-packages/spyder/utils/site/sitecustomize.py", line 705, in runfile execfile(filename, namespace) File "/home/skycloud/anaconda3/lib/python3.6/site-packages/spyder/utils/site/sitecustomize.py", line 102, in execfile exec(compile(f.read(), filename, 'exec'), namespace) File "/home/skycloud/桌面/mulgpu/mulg2.py", line 127,...
Thank you very much for you job firstly When I try to exchange l_g_pix = self.l_pix_w * self.cri_pix(self.fake_H, self.var_H) with l_g_pix = self.l_pix_w * self.cri_pix(self.var_H,self.fake_H), I found the value of...
hello,thank you for you good job, I have some questions, what is the different between vgg19.features.children() &vgg19.features.()
Thanks for the job. I want to know the GPU you used and how long it takes to train?
哪里可以下载这个呢?谢谢!
When I set --log-terminal=True, the following error is occur self.epoch_bar = progressbar.ProgressBar(maxval=n_epochs, fd=Writer(self.t, (0, h-s+e))) TypeError: unsupported operand type(s) for -: 'NoneType' and 'int' and I find that in logger.py...
谢谢作者的工作,我用1080的GPU运行demo都超出内存了,请问用的什么GPU训练和测试呢?谢谢
Thanks for the good job, I want to kown that when only have a single image, whether to put this picture in both image_02 and image_03 ?
Hi, Matteo! Will the training code be published in the future?
when I run ./make.sh there were 3 traceback Traceback (most recent call last): File "setup.py", line 59, in CUDA = locate_cuda() File "setup.py", line 45, in locate_cuda raise EnvironmentError('The nvcc...