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:
@@ -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
|
||||
Reference in New Issue
Block a user