| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
|
Does the export_model() function works with pytorch models? Unfortunately I got only one .pt file. But I need .pb file for use witch dlc-live-gui! Thanks! |
Sorry, something went wrong.
|
Hello @hg-aus-g , .pb is the format used by Tensorflow, Pytorch uses the .pt format to save models, so this is perfectly normal. The thing is that pytorch support has not been merged on the DeepLabCut-live side yet, although it is almost ready (see PR). It should be merged very soon :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Implements the export_model API method for models trained with the PyTorch engine. Tests are added for the different features of the export_model method.
The following modifications are made to implement the feature: