Shunta Saito

Results 21 comments of Shunta Saito

@kumasento I ran the evaluation on the test dataset of CamVid with this script: ```python #!/usr/bin/env python # -*- coding: utf-8 -*- import argparse import json from chainer import iterators...

@kumasento Good!

I will work on it.

Could you provide the information about your environment as precisely as possible? And how did you install pynvvl?

Could you provide a Dockerfile to reproduce the error? Actually Ubuntu 14.04 is not included in the tested environment as I wrote in the README. Did you try GCC 5.4.0?

Thank you very much for reporting the error! I'll investigate it after de:code.

@hudengjunai Thank you for suggesting a feature. Is that already possible with the original NVVL? This repository is just a wrapper of NVVL, so if it isn't supported by the...

It should work for building wheels for CUDA10, but I'm considering to stop the maintenance of this repo because NVVL has been merged into DALI, which has Python interfaces for...

It's still in an exploratory stage to find a good way to identify an LSTM block from a computational graph dynamically generated. In current Chainer, an LSTM function consists of...

> Annotating a range of codes (by with statement or decorator) to specify a meaningful subgraph. We also have to provide a natural and standard way to reflect the link/chain...