microsoft/TransformerCompression

How to export entire model?

Offen

#114 geöffnet am 06.03.2024

 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (58 Forks)auto 404
good first issuehelp wanted

Repository-Metriken

Stars
 (462 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Hi, the sliced model are exported to .pt file (only parameters, without structure). However, I want to deploy the model otherwhere, so I have to have the model structure and then can load the pretrained parameters. So how can I do this? How can I export the entire model? thanks!

Contributor Guide