Skip to content

Conversation

JosephKJ
Copy link

@JosephKJ JosephKJ commented Apr 7, 2018

The dependency while setting up StackGan++ is tensorboard-pytorch and not tensorboard.

There is no FileWriter name in the original tensorboard. Hence
from tensorboard import FileWriter in trainer.py will throw an error.

I got past the error by using tensorboard-pytorch

The dependency while setting up StackGan++ is tensorboard-pytorch and not tensorboard. There is no FileWriter name in the original tensorboard. Hence ```from tensorboard import FileWriter``` in trainer.py will throw an error.
@akanimax
Copy link

Damn! I spent around an hour trying to get around this. Searched the tensorflow/tensorboard repo for a module named FileWriter but all I found was tf.summary.FileWriter.
This pr should be merged 😅

hughkf referenced this pull request in mazzaAnt/StackGAN-v2 Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants