fbs-tutorial icon indicating copy to clipboard operation
fbs-tutorial copied to clipboard

Problem with Tensorflow and PyTorch packaging with FBS

Open arasharchor opened this issue 5 years ago • 1 comments

I am trying to build a binary executable file out of my trained neural network which used either Tensorflow or Pytorch.

But FBS fails to build a package around it and it can not fit the trained model file in .pth format for instance for PyTorch into the .DEB file.

arasharchor avatar Sep 19 '20 23:09 arasharchor

You probably need to place the .pth file into src/main/resources/base.

mherrmann avatar Sep 21 '20 05:09 mherrmann