afef503d34919fb2febc0b475085f140e1a4e977,ann_architectures/cifar10/pure_cnn.py,,,#,30

Before Change


print("Test score:", score[0])
print("Test accuracy:", score[1])

filename = "{:2.2f}".format(score[1] * 100)
open(filename + ".json", "w").write(model.to_json())
model.save_weights(filename + ".h5", overwrite=True)

After Change


print("Test score:", score[0])
print("Test accuracy:", score[1])

model.save("{:2.2f}.h5".format(score[1]*100))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 6

Non-data size: 10

Instances


Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: afef503d34919fb2febc0b475085f140e1a4e977
Time: 2016-08-31
Author: bodo.rueckauer@gmail.com
File Name: ann_architectures/cifar10/pure_cnn.py
Class Name:
Method Name:


Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: afef503d34919fb2febc0b475085f140e1a4e977
Time: 2016-08-31
Author: bodo.rueckauer@gmail.com
File Name: ann_architectures/cifar10/alexnet.py
Class Name:
Method Name:


Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: 12c1a581389aba60a4670c133fe603362acec4c9
Time: 2016-12-02
Author: bodo.rueckauer@gmail.com
File Name: ann_architectures/mnist/cnn_small.py
Class Name:
Method Name:


Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: ff796fb6a5d3cb90e7f5630de4a7437fb8d0b367
Time: 2017-11-10
Author: bodo.rueckauer@gmail.com
File Name: scripts/ann_architectures/mnist/mlp.py
Class Name:
Method Name:


Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: afef503d34919fb2febc0b475085f140e1a4e977
Time: 2016-08-31
Author: bodo.rueckauer@gmail.com
File Name: ann_architectures/cifar10/nin.py
Class Name:
Method Name:


Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: afef503d34919fb2febc0b475085f140e1a4e977
Time: 2016-08-31
Author: bodo.rueckauer@gmail.com
File Name: ann_architectures/cifar10/cnn.py
Class Name:
Method Name: