Hi @galeone
Thanks for all the hard work.
Was wondering if tfgo.Model is "thread safe".
Specifically can I call tfgo.Exec from different goroutines ? are there any considerations ? I assume I at least need to keep the scopes separate?
Thank you again for keeping this repo up to date.
Hi @galeone
Thanks for all the hard work.
Was wondering if
tfgo.Modelis "thread safe".Specifically can I call
tfgo.Execfrom different goroutines ? are there any considerations ? I assume I at least need to keep the scopes separate?Thank you again for keeping this repo up to date.