after download inception module on common/inception/, I got following error
from inception.inception_score import inception_score, Inception
ModuleNotFoundError: No module named 'inception.inception_score'
do I edited evaluation.py.
from inception.inception_score
to
from common.inception.inception_score
is working on root directory of this repository and exec train.py is correct ?