We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
is there a way to use my own trained model in ganbreeder? do I just change the reference in the ganbreeder ganserver.py.
it would be very interesting to be able to utilize my own trained model. which is being created for a master thesis in graphical design.
thnx in advance Kris
The text was updated successfully, but these errors were encountered:
try changing this line here
ganbreeder/gan_server/server.py
Line 15 in 3c53c52
you may switch in compatible models https://tfhub.dev/s?q=biggan
if you google fine tuning big gan - you may get other related models and drop them in here https://stackoverflow.com/questions/60578801/how-to-load-tf-hub-model-from-local-system
supposedly - you can just drop in a local file and point tensorflow hub there
Sorry, something went wrong.
No branches or pull requests
Hi,
is there a way to use my own trained model in ganbreeder?
do I just change the reference in the ganbreeder ganserver.py.
it would be very interesting to be able to utilize my own trained model.
which is being created for a master thesis in graphical design.
thnx in advance Kris
The text was updated successfully, but these errors were encountered: