-
Notifications
You must be signed in to change notification settings - Fork 63
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
docker image missing requirements #2
Comments
Thanks for pointing this out, I'll have a look at the docker image. |
Hey Robert, a question about the "Content-style trade-off" option in the original ADAIN repo..it looks like you're using a default value of 1.0 for alpha? https://github.com/rgeirhos/Stylized-ImageNet/blob/master/code/adain.py#L224 Can I change that default value to modify alpha? Thanks |
The answer is yes to both questions: I'm using alpha = 1.0 but it's absolutely fine to change that value depending on your needs. |
Did the docker image work with those changes? I am still struggling to get this working. |
@kiranchari how did you get the docker image to work. I have pulled bethgelab/deeplearning:cuda10.0-cudnn7-12_2019 but when I run it I get the error |
No it isn't working for me. Even after installing tensorboardX, it wasn't working |
This Is the error I'm getting |
Hi, fyi - the docker image did not have tensorboardX installed and also, protobuf needed to be updated to version 3.6.0. This was causing errors.
Also, roughly how long does it take for create_stylized_imagenet.sh to complete?
Thanks!
The text was updated successfully, but these errors were encountered: