-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update repo please?? #9
Comments
Hi @quintendewilde, sorry that this repo hasn't had a lot of attention as of late! I was recently able to train the model by following @yining1023's google colab notebook: https://colab.research.google.com/drive/1TZNdhoUEBoxQqY5EFloZcuyYUs9oNQ-g?usp=sharing |
This repo needs a larger update but this is a short-term fix for #9. Thanks @yining1023 for the excellent resources!
Hello! I have recently used the google colab notebook to train a model for style transfer for a new and exciting installation I made. However I had many problems with compatibility, due to colab not being able to install the tensorflow v1.14. I have a new colab notebook here, but I had to change a couple of files :
Here is the new notebook : I've include a zip with the updated files, but maybe forks of the above githubs with updated files would be better? |
I'm trying to make this to work on current platform and versions but it's very hard for a newbie like me..
Any help with this?
disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated and will be removed in a future version.
Instructions for updating:
non-resource variables are not supported in the long term
Traceback (most recent call last):
File "style.py", line 6, in
from optimize import optimize
File "src/optimize.py", line 6, in
from utils import get_img
File "src/utils.py", line 23
return img
^
The text was updated successfully, but these errors were encountered: