Assign value to a TF variable
(variable, value)
| 2545 | |
| 2546 | |
| 2547 | def assign_tf_variable(variable, value): |
| 2548 | """Assign value to a TF variable""" |
| 2549 | variable.assign(value) |
| 2550 | |
| 2551 | |
| 2552 | def _save_weights_to_hdf5_group(f, layers): |
no outgoing calls
no test coverage detected
searching dependent graphs…