How can I use single GPU to run multiple models at the same time in tensorflow python?

后端 未结 1 577
慢半拍i
慢半拍i 2021-01-19 12:30

I am trying to use my laptop as server for faceRecognition and speechSynthesis for my project on raspberry pi. So I created a program which

1条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-19 12:47

    At least up to TF 2.0 (not sure about the version you have), loading multiple models into one graph could cause problems: See load multiple models in Tensorflow

    I hope this helps.

    0 讨论(0)
提交回复
热议问题