portrait_matting
portrait_matting copied to clipboard
which version is compatible for chainer 3.6.0 of chainerui and cupy?
I have tried chainer==340,with cupy 500,450 not compatible for chainer340 on this repo.
answer to self, chainer340,cupy 400rc1,can work well together.
你有没有使用cuda和cudnn啊? 我用的cuda 9.0 ,cudnn 7.3.1,一直报错啊。
这个项目不要看了,代码有问题,什么结果也得不到
好的,谢谢。
@leaf918 怎么那么肯定代码有问题?我的是CPU跑通了,但是要训练10来天。这中间也是改了很多代码。想改成GPU训练快些,发现环境不好配置,GPU利用不起来。
@leaf918 怎么那么肯定代码有问题?我的是CPU跑通了,但是要训练10来天。这中间也是改了很多代码。想改成GPU训练快些,发现环境不好配置,GPU利用不起来。
训练完了,模型输出看我的输出
@leaf918你已经训练完了?可否借模型测试一下?
@leaf918 I have a question and I hope you can help. All files for this project,Whereever comes out below #Modules comment
# modules
import log_initializer
import config
from datasets import PortraitSegDataset, split_dataset, get_valid_names
from face_mask import FaceMasker
All of these will report an error。 I don't know where this problem is caused. Could give me some help?Thanks!