How to optimize tensorflow model graph as I need to split model weight tensor in each session run?

前端 未结 0 1210
悲哀的现实
悲哀的现实 2021-01-14 13:41

There is many model weight tensor [512, 512 * 3] saved in checkpoint. In the serving graph, I need to split those tensor into 3 weight tensor [512 * 512] in each session run

相关标签:
回答
  • 消灭零回复
提交回复
热议问题