Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The required dependency is tensorboard-pytorch and not tensorboard #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants