1215d2390c0ef900337366e7a89e8d21e4bfd592,test_sweep.py,,,#,23

Before Change


num_points_hack[0] = .4

import matplotlib.pyplot as plt
plt.close("all")
for (old_psnr,oo) in old_psnrs:
    plt.plot(num_points_hack,old_psnr,"k-",label=oo)
    // plt.plot([num_points_hack[0],num_points_hack[-1]],[old_psnr[0],old_psnr[0]],"k-",label="%s (auto)"%oo)

After Change


embed()

LOAD_DIR = "/data/big/rzhang/src/pix2pix_stroke/tests_auto/random"
old_results = np.concatenate([np.load("%s/default_random_0_caffe_%04d_%04d_psnrs.npy"%(LOAD_DIR,a,a+100)) for a in range(0,1000,100)])
old_mean = np.mean(old_results, axis=0)
old_std = np.std(old_results, axis=0)/np.sqrt(old_results.shape[0])
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: richzhang/colorization-pytorch
Commit Name: 1215d2390c0ef900337366e7a89e8d21e4bfd592
Time: 2018-08-25
Author: rzhang88@gmail.com
File Name: test_sweep.py
Class Name:
Method Name:


Project Name: pyannote/pyannote-audio
Commit Name: 492ab3938973c77667f641d0a284532c1ecc8727
Time: 2017-12-15
Author: bredin@limsi.fr
File Name: pyannote/audio/features/utils.py
Class Name: Precomputed
Method Name: __call__


Project Name: HyperGAN/HyperGAN
Commit Name: 73755ce6a64927d5ccf4c4a3300dd55e8840e75b
Time: 2017-06-24
Author: mikkel@255bits.com
File Name: examples/colorizer.py
Class Name:
Method Name: