billzw

Results 6 comments of billzw

repace all "http" to "https" in data_urls.txt .

> _No description provided._ same question: Given a portrait of any input, the color of the {seg, seg+} test result image is gray. {seg_tri}Test result image color is white Have...

alembic==1.0.10 asn1crypto==0.24.0 blurhash==1.1.0 boost==0.1 certifi==2019.3.9 cffi==1.12.3 chainer==5.4.0 chainerui==0.9.0 chardet==3.0.4 Click==7.0 cmake==3.13.3 colorama==0.4.1 cryptography==2.6.1 cupy-cuda100==6.0.0 cycler==0.10.0 decorator==4.4.0 dlib==19.9.0 fastrlock==0.4 filelock==3.0.10 Flask==1.0.3 gevent==1.4.0 greenlet==0.4.15 h5py==2.9.0 http-ece==1.1.0 idna==2.8 itsdangerous==1.1.0 Jinja2==2.10.1 kiwisolver==1.1.0 logutils==0.3.5 Mako==1.0.10...

![accuracy](https://user-images.githubusercontent.com/4268456/58363881-fda79000-7edd-11e9-9b38-ae5ba2130024.png) ![loss](https://user-images.githubusercontent.com/4268456/58363883-013b1700-7ede-11e9-8e96-d90e3a25bfa9.png) ![vis_epoch=1_idx=0](https://user-images.githubusercontent.com/4268456/58363884-039d7100-7ede-11e9-8593-72b416df3fbd.jpg)

Hav > Thank you for your sharing.When i want to train matting mode,i found it can be trained in CPU mode but can never be trained on GPU mode with...

![00616703d4ae](https://user-images.githubusercontent.com/4268456/57903598-50ab9280-78a1-11e9-888a-00616703d4ae.png) def to_gpu(self, device=None): ''' Send layers to GPU except matting_link. ''' with chainer.cuda._get_device(device): super(chainer.Chain, self).to_gpu() d = self.__dict__ for name in self._children: if name == 'matting_link': logger.info('Skip sending matting_link...