dd2d8563aa6794282130a8d300dd0baf78f78981,examples/securenn/network_b.py,,,#,212
Before Change
sess.run(tf.global_variables_initializer(), tag="init")
print("Training")
sess.run(tfe.global_caches_updater() , tag="training")
for _ in range(5):
print("Predicting")
After Change
// we"ll use the same parameters for each prediction so we cache them to
// avoid re-training each time
cache_updater , params = tfe.cache(params)
// get prediction input from client
x, y = tfe.define_private_input(
In pattern: SUPERPATTERN
Frequency: 8
Non-data size: 4
Instances Project Name: mortendahl/tf-encrypted
Commit Name: dd2d8563aa6794282130a8d300dd0baf78f78981
Time: 2019-05-10
Author: jason@dropoutlabs.com
File Name: examples/securenn/network_b.py
Class Name:
Method Name:
Project Name: mortendahl/tf-encrypted
Commit Name: 008d004e09df2fd4114795dc69c028705d0693dd
Time: 2019-05-07
Author: mortendahlcs@gmail.com
File Name: examples/securenn/network_d.py
Class Name:
Method Name:
Project Name: mortendahl/tf-encrypted
Commit Name: dd2d8563aa6794282130a8d300dd0baf78f78981
Time: 2019-05-10
Author: jason@dropoutlabs.com
File Name: examples/securenn/network_d.py
Class Name:
Method Name:
Project Name: mortendahl/tf-encrypted
Commit Name: 008d004e09df2fd4114795dc69c028705d0693dd
Time: 2019-05-07
Author: mortendahlcs@gmail.com
File Name: examples/securenn/network_c.py
Class Name:
Method Name:
Project Name: mortendahl/tf-encrypted
Commit Name: 008d004e09df2fd4114795dc69c028705d0693dd
Time: 2019-05-07
Author: mortendahlcs@gmail.com
File Name: examples/securenn/network_b.py
Class Name:
Method Name:
Project Name: mortendahl/tf-encrypted
Commit Name: dd2d8563aa6794282130a8d300dd0baf78f78981
Time: 2019-05-10
Author: jason@dropoutlabs.com
File Name: examples/securenn/network_a.py
Class Name:
Method Name:
Project Name: mortendahl/tf-encrypted
Commit Name: 008d004e09df2fd4114795dc69c028705d0693dd
Time: 2019-05-07
Author: mortendahlcs@gmail.com
File Name: examples/securenn/network_a.py
Class Name:
Method Name:
Project Name: mortendahl/tf-encrypted
Commit Name: dd2d8563aa6794282130a8d300dd0baf78f78981
Time: 2019-05-10
Author: jason@dropoutlabs.com
File Name: examples/securenn/network_c.py
Class Name:
Method Name: