Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

tensorflow.contrib.graph_editor in TF 2 API?

To my understanding tensorflow.contrib is removed in TF 2.0 API. What's the new 2.0 alternative for tensorflow.contrib.graph_editor in TF 1.0 API? https://www.tensorflow.org/api_docs/python/tf/contrib/graph_editor

like image 291
Kibeom Kim Avatar asked Jun 24 '19 07:06

Kibeom Kim


1 Answers

The alternative as I understand from the documentation is the approach "Keep track of your variables!". When creating graph, you are now responsible for referencing it's nodes.

like image 84
Radek Svoboda Avatar answered Oct 21 '22 15:10

Radek Svoboda