HiiYL / BEGAN-PyTorch

Implementation of arxiv:1703.10717 in PyTorch
15 stars 6 forks source link

No module named 'tensorboard_logger' #2

Open bemoregt opened 6 years ago

bemoregt commented 6 years ago

Him @HiiYL

I met this error:

kraken:BEGAN-PyTorch dti$ python3 train.py --dataset CelebA Traceback (most recent call last): File "train.py", line 18, in from tensorboard_logger import configure, log_value ModuleNotFoundError: No module named 'tensorboard_logger'

What's wrong with me?

ThorinGondor commented 6 years ago

Actually u do not need this if u just want to reproduce this train and test step. This module is just a training logger.

2575156125 commented 1 year ago

Is this a library file that maybe you need to install in conda?