explanations of parameters in colab
This commit is contained in:
8
min_dalle.ipynb
vendored
8
min_dalle.ipynb
vendored
@@ -137,7 +137,13 @@
|
|||||||
"### Generate Images\n",
|
"### Generate Images\n",
|
||||||
"Note: reduce the grid size if you run out of GPU memory. 4x4 has been tested to work on T4 and P100 (with intermediate_image_count = 1)\n",
|
"Note: reduce the grid size if you run out of GPU memory. 4x4 has been tested to work on T4 and P100 (with intermediate_image_count = 1)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"A lower super-condition factor results in a wider variety of images but less agreement with the text"
|
"- `grid_size` Size of the image grid. 3x3 works best when displaying intermediate results. 4x4 has been tested to work on T4 and P100 with intermediate_image_count = 1 \n",
|
||||||
|
"\n",
|
||||||
|
"- `seed` Set the seed to a positive number for reproducible results\n",
|
||||||
|
"\n",
|
||||||
|
"- `intermediate_image_count` Set the number of intermediate images to show while running\n",
|
||||||
|
"\n",
|
||||||
|
"- `supercondition_factor` Lower results in a wider variety of images but less agreement with the text"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user