You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: