infocusp / tf_cnnvis

CNN visualization tool in TensorFlow
MIT License
781 stars 209 forks source link

How to generate bigger images #21

Closed camer314 closed 6 years ago

camer314 commented 6 years ago

On your homepage you have large images but when i run the code the grid is 8x8 = 254px*254px, how can i generate larger images?

Also does it have to generate the grid, can i get it to generate a file for each image?

falaktheoptimist commented 6 years ago

Hi @camer314 In the Tensorboard output, we have both the complete grid as output as well as individual images. You simply need to switch from all at once to One by one to view individual images.

Thanks!

camer314 commented 6 years ago

ok thanks