3b6f3018102a7b900c835472ddce5b39c92feb29,examples/opensets/mnist_model2.py,,,#,32
Before Change
print()
print("Start testing...")
test_pp = (mnist.test.p
.import_model("conv", train_pp)
.init_variable("predictions", init_on_each_run=list)
.predict_model("conv", fetches="predicted_labels", feed_dict={"images": "images", "labels": "labels"}, save_to="predictions")
After Change
print()
print("Start testing...")
test_pp = (mnist.test.p
.import_model("conv", train_pp)
.init_variable("all_predictions", init_on_each_run=list)
.init_variable("predictions")
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: analysiscenter/batchflow
Commit Name: 3b6f3018102a7b900c835472ddce5b39c92feb29
Time: 2017-10-15
Author: rhudor@gmail.com
File Name: examples/opensets/mnist_model2.py
Class Name:
Method Name:
Project Name: analysiscenter/batchflow
Commit Name: c14f703466aefe052878c3439509a7eae8dd7724
Time: 2017-10-16
Author: rhudor@gmail.com
File Name: examples/opensets/mnist_model2.py
Class Name:
Method Name:
Project Name: analysiscenter/batchflow
Commit Name: 202908a6634e9ac5b15658ed3f0cfe50606f32f2
Time: 2017-11-14
Author: rhudor@gmail.com
File Name: examples/opensets/mnist_model2.py
Class Name:
Method Name: