-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Core SLEAP models are saved as Keras HDF5 files, which makes them fairly easily readable without actually depending on TensorFlow or Keras.
The task would be to understand the structure of those HDF5 files, load up the weights, possibly transpose the ordering to match the kernel ordering in PyTorch, and assign those values to the appropriate nn.modules.
Legacy models with weights artifacts for testing can be found here: https://github.com/talmolab/sleap/tree/develop/tests/data/models
See also:
- Legacy config support #140 which is a pre-requisite so that we can instantiate the models as PyTorch nn.modules in the first place.
- Map legacy SLEAP
jsonconfigs to SLEAP-NNOmegaConfobjects #162 which implements legacy config loading.
Metadata
Metadata
Assignees
Labels
No labels