question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Generating images

See original GitHub issue

Hey there,

I once trained my custom dataset with 100 images with below configure (64 resolution)

!python3 run_100_shot.py --dataset=100-custom --resolution=64

and its sample at result dir is a concatenated image consists of 1024 small images. I could easily separate them and have 1000 images. That is good!

-The problem is when I make --resolution=256, it samples only a 120 small images at directory. Is there anyway that I could sample more images?! like again 1024 images!

Thanks for your response

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
zsyzzsoftcommented, Oct 6, 2020

‘16k’ is not pre-defined. You may add a custom size in this function, e.g.,

    if size == '16k':
        gw = 15360 // training_set.shape[2]
        gh = 8640 // training_set.shape[1]
2reactions
zsyzzsoftcommented, Oct 6, 2020

You may set size=‘8k’ at this line to see more images, or add a custom size here. But note that this will significantly increase the size of the image file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DALL·E: Creating Images from Text - OpenAI
We've trained a neural network called DALL·E that creates images from text ... Click to edit text prompt or view more AI-generated images....
Read more >
The Best AI Image Generators in 2022 - PetaPixel
This is your guide to the best AI text-to-image generators in 2022. ... involved generating pictures of “a raccoon astronaut with the cosmos ......
Read more >
How to Generate Images with AI - Rootstrap
These types of AI-powered models can help with generating images for blogs, album covers, printing wall paintings for our room or desk, ...
Read more >
DALL·E mini by craiyon.com - Hugging Face
E mini by craiyon.com. AI model generating images from any prompt!
Read more >
13 Best AI Image Generators You Can Try in 2022 - Fotor
The AI image generator is a tool that can be used to generate realistic images from text. This kind of tool is based...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found