Last active
June 25, 2021 18:24
-
-
Save Mason-McGough/8baac053745d5dee35a054c36e115015 to your computer and use it in GitHub Desktop.
GIRAFFE generator dict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# adapted from https://github.com/autonomousvision/giraffe (MIT License) | |
from im2scene.giraffe.models import generator | |
# ... | |
generator_dict = { | |
'simple': generator.Generator, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment