a90bfb4a2cc8f3a4aed14edc3de701b72d085a32,capsulenet.py,,test,#,141
Before Change
print()
print("Reconstructed images are saved to ./real_and_recon.png")
print("-"*50)
plt.imshow(plt.imread("real_and_recon.png", ))
plt.show()
def load_mnist():
After Change
print()
print("Reconstructed images are saved to %s/real_and_recon.png" % args.save_dir)
print("-" * 30 + "End: test" + "-" * 30)
plt.imshow(plt.imread(args.save_dir + "/real_and_recon.png"))
plt.show()
def manipulate_latent(model, data, args):
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: XifengGuo/CapsNet-Keras
Commit Name: a90bfb4a2cc8f3a4aed14edc3de701b72d085a32
Time: 2017-12-04
Author: guoxifeng1990@163.com
File Name: capsulenet.py
Class Name:
Method Name: test
Project Name: sepandhaghighi/pycm
Commit Name: 7f66c313ba21c0d1c805e336051fe8c2db36aa28
Time: 2020-10-01
Author: sabouri.sadra@gmail.com
File Name: pycm/pycm_obj.py
Class Name: ConfusionMatrix
Method Name: plot
Project Name: kymatio/kymatio
Commit Name: 44e510ee7d49fe9e9126b2e1ecbd916a18450e84
Time: 2018-11-25
Author: edouard.oyallon@centralesupelec.fr
File Name: examples/2d/plot_filters.py
Class Name:
Method Name:
Project Name: interactiveaudiolab/nussl
Commit Name: 67416766b03c0e93f864fcb58509b14aefd93e41
Time: 2019-06-20
Author: prem@u.northwestern.edu
File Name: nussl/separation/clustering/clustering_separation_base.py
Class Name: ClusteringSeparationBase
Method Name: plot