Skip to content

How I can generate some images using the repo? #73

@zydjohnHotmail

Description

@zydjohnHotmail

Hello:
I found a pre-trained model from this URL:
https://tfhub.dev/google/progan-128/1

And the web page says that I can use the model to generate image like this:

Generate 20 random samples.

generate = hub.Module("https://tfhub.dev/google/progan-128/1")
images = generate(tf.random_normal([20, 512]))
Let me know if there is any C# code example that I can do this?
Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions