1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

imporved API for getting / setting variables within the graph

This commit is contained in:
Itai Caspi
2017-10-25 16:07:58 +03:00
parent e33b0e8534
commit 1918f16079
5 changed files with 45 additions and 17 deletions

View File

@@ -68,3 +68,9 @@ class Architecture(object):
def apply_gradients(self, gradients):
pass
def get_variable_value(self, variable):
pass
def set_variable_value(self, assign_op, value, placeholder=None):
pass