tf_cnnvis icon indicating copy to clipboard operation
tf_cnnvis copied to clipboard

CNN visualization tool in TensorFlow

Results 25 tf_cnnvis issues
Sort by recently updated
recently updated
newest added

Hello, I would like to ask if any of you have an example of using tf_cnnvis with a keras model, I'm still using tensorflow 1.13 due to some problems with...

i have an installation of tensorflow nightly gpu (tf v2.5.x) when following the installation steps, after executing the setup.py, the process ends with: `Finished processing dependencies for tf-cnnvis==1.0.0` `Please install...

I ran all of these from InFoCusp/tf_cnnvis pip install setuptools pip install six python setup.py install python setup.py clean from scipy.misc import imsave # in *** init.py *** of tf_cnnvis...

I have similar network and I want to generate single class based feature as shown in readme.md But in document using deepdream you are only visualizing layer not one class?...

Hi, Can we use this to visualize 3d images during custom training?

Thank you for this fantastic source code. I am new to this field and trying to understand how you do deconvolution. In your ReadMe.md, you refer to the paper "Visualizing...

Thank you very much for your codes and posts! ![搜狗截图20190611150256](https://user-images.githubusercontent.com/38902839/59250507-17750100-8c5a-11e9-8ae2-bea5eb1df247.jpg) I have tried the sample 2 with mnist data but I don't understand why the result of the first conv...

def preprocessing(string): string = string[2:-1] # string dimulai dari 2 sampai -1 karena data sebelumnya telah di encode a = casefold(string) # merubah ke huruf kecil a = tokenisasi(a) #...

Hi, I'm trying to use this on a CNN that processes non-visual image data. I got activation_visualization to work fine but get an invalid reduction dimension error for deepdream_visualization. What...