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

other models to be used in ganbreeder #25

Open
kbuggenhout opened this issue Dec 14, 2020 · 1 comment
Open

other models to be used in ganbreeder #25

kbuggenhout opened this issue Dec 14, 2020 · 1 comment

Comments

@kbuggenhout
Copy link

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

@johndpope
Copy link

johndpope commented Dec 27, 2020

try changing this line here

module_path = 'https://tfhub.dev/deepmind/biggan-256/2'

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

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

No branches or pull requests

2 participants