joey tussin (Rib Addi)
joey tussin (Rib Addi)
that protobuff install page has two installation methods, one was a manual compilation other was installed by: > sudo apt install protobuf-compiler when I installed caffe on ubuntu and debian...
find util.py and add it to directory, make sure to put the following colab magic line in the first code box %tensorflow_version 1.x please post the colab link / tutorial...
find the lines: from IPython.display import clear_output, display, Image, HTML from lucid.misc.gl.glcontext import create_opengl_context import OpenGL.GL as gl and add: from ctypes import util so it looks like this: from...
found a temporary fix: launch a python 2.7 env using the following link below, than import the code into it and run, it than works https://colab.research.google.com/notebook#create=true&language=python2 here is my working...
I have resolved this issue, I can patch any lucid project one is working on if you email me: [email protected], I cannot post to github due to the nature of...
public fix for everyone to use is here I apologize for lateness: github: https://github.com/400lbhacker/Lucid-tensorflow-2d-neural-style-WORKING-FINAL colab: https://colab.research.google.com/github/400lbhacker/Lucid-tensorflow-2d-neural-style-WORKING-FINAL/blob/main/Final_Style.ipynb
you set gpu to negative one.... its actually extremely fast on CPU compared to many other sources... I can do a 1000x1000 image in 12 minutes using googlenet..... (this includes...
i have a precompiled caffe.exe on my page you can use with this... and thank you fzilu this is brilliant programming
caffe is a very old legacy framework it was designed for python2.7. If You want python3 source codes for this kind of stuff check my github page