Atsuya Kobayashi
Atsuya Kobayashi
after download `inception` module on `common/inception/`, I got following error ```python from inception.inception_score import inception_score, Inception ModuleNotFoundError: No module named 'inception.inception_score' ``` do I edited `evaluation.py`. ```python from inception.inception_score ```...
On installation with `gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11)`, I faced the error below when I run `pip install torchwordemb` inside of the docker container of the image `nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04` ```shell...