infocusp / tf_cnnvis

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

Batch Data ? #78

Open JoeHEZHAO opened 5 years ago

JoeHEZHAO commented 5 years ago

Hello

My input is [batch, H, W, C]. I see that the visualization only output result for first element in the batch, like [0, H, W, C].

Is there a way to specify which element to visualize ??

Best He Zhao