We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
You probably need to place the .pth file into src/main/resources/base.
src/main/resources/base
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: