Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tensorflow2

Select An Item From A List Of Object Of Any Type When Using Tensorflow 2.x

Given a list of instances of class A, [A() for _ in range(5)], I want to randomly select one of the… Read more Select An Item From A List Of Object Of Any Type When Using Tensorflow 2.x

How Can I Convert A Model Trained In Tensorflow 2 To A Tensorflow 1 Frozen Graph

I would like to train a model using tensorflow 2 but afterwards I need to use a converter that is o… Read more How Can I Convert A Model Trained In Tensorflow 2 To A Tensorflow 1 Frozen Graph