DinoSourcesRex / TensorflowSharpLoadingAModel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoadingAModel with TensorFlowSharp

The model is generated using Create.py and loaded Load.py. Both of these methods work with one another.

The saved_model.pb is already generated, if you want to re-generate it you will have to delete the savepath.


Building

Make sure you're using x64 bit when compiling. Program.cs will fail on line 15 with an Invalid GraphDef.

About


Languages

Language:C# 66.1%Language:Python 33.9%