portrait_matting icon indicating copy to clipboard operation
portrait_matting copied to clipboard

which version is compatible for chainer 3.6.0 of chainerui and cupy?

Open leaf918 opened this issue 6 years ago • 9 comments

leaf918 avatar Nov 06 '18 03:11 leaf918

I have tried chainer==340,with cupy 500,450 not compatible for chainer340 on this repo.

leaf918 avatar Nov 08 '18 08:11 leaf918

answer to self, chainer340,cupy 400rc1,can work well together.

leaf918 avatar Nov 08 '18 09:11 leaf918

你有没有使用cuda和cudnn啊? 我用的cuda 9.0 ,cudnn 7.3.1,一直报错啊。

shartoo avatar Apr 29 '19 07:04 shartoo

这个项目不要看了,代码有问题,什么结果也得不到

leaf918 avatar Apr 30 '19 05:04 leaf918

好的,谢谢。

shartoo avatar May 05 '19 02:05 shartoo

@leaf918 怎么那么肯定代码有问题?我的是CPU跑通了,但是要训练10来天。这中间也是改了很多代码。想改成GPU训练快些,发现环境不好配置,GPU利用不起来。

Maru-chan511 avatar Jul 26 '19 07:07 Maru-chan511

@leaf918 怎么那么肯定代码有问题?我的是CPU跑通了,但是要训练10来天。这中间也是改了很多代码。想改成GPU训练快些,发现环境不好配置,GPU利用不起来。

训练完了,模型输出看我的输出

leaf918 avatar Jul 29 '19 07:07 leaf918

@leaf918你已经训练完了?可否借模型测试一下?

Maru-chan511 avatar Jul 29 '19 07:07 Maru-chan511

@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!

leijue222 avatar Feb 08 '20 11:02 leijue222