HelloWorld
HelloWorld
thank for your code. I solved this problem, but I don't know how to close the issue.
您好: 我注意到mask分割部分,代码为: ``` x = self.conv_fcn(x) batch_size = x.size(0) x_fcn = F.relu(self.upconv(**self.mask_conv4(x))**, inplace=True) x_ff = self.mask_fc(self.mask_conv5_fc(self.mask_conv4_fc(x)).view(batch_size, -1)) ``` 其中: ``` ` module_list = [] for i in range(2): module_list.extend([ nn.Conv2d(dim_in,...
hi,excuse me, I encountered the following problems while training the network, may I ask for some assistants? Traceback (most recent call last): File "/home/vivian/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1323, in _do_call return fn(*args)...
相关资料不是很直观,想问下我直接把 ``` refine_target_var = torch.autograd.Variable(target7.cuda(async=True)) valid_var = torch.autograd.Variable(valid.cuda(async=True)) ``` 改成如下可以吗? ``` refine_target_var = torch.autograd.Variable(target7.cuda()) valid_var = torch.autograd.Variable(valid.cuda()) ```
@YoungZiyu Sure, you can find training log [here](https://user-images.githubusercontent.com/16283388/48302061-37acd800-e532-11e8-897c-6d5ceeeac9de.png) _Originally posted by @GengDavid in https://github.com/GengDavid/pytorch-cpn/issues/3#issuecomment-437585161_
请问下Detection Result和 Detection Result的区别是什么呢?
Have you test the fps in your computer?
方便加联系方式不?想请教一下你~
Because I am a newbie.Whether you can or not, thank you very much for your work.