Relative Content

Tag Archive for pythontensorflowdecoratortf.kerasfunctional-api

tensorflow tf.function decorator and convergence

I am using a fully connected Neural Network as a function approximator in a more complex model. When I set up the model using the functional API I get convergence to a proper solution and the neural net does the job.

tensorflow tf.function decorator and convergence

I am using a fully connected Neural Network as a function approximator in a more complex model. When I set up the model using the functional API I get convergence to a proper solution and the neural net does the job.