variables in TensorFlow
- Python for Integrated Circuits - - An Online Book - |
||||||||
| Python for Integrated Circuits http://www.globalsino.com/ICs/ | ||||||||
| Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix | ||||||||
================================================================================= If you need the auxiliary variable only after training, tf.estimator.Estimator.get_variable_value can be used to extract the values of variables A and B after training as numpy arrays and do your computations to get C. However then C would not be part of the model. ============================================
|
||||||||
| ================================================================================= | ||||||||
|
|
||||||||