Export pretrained alexnet

This commit is contained in:
2024-04-20 15:49:59 +02:00
parent ab10959f35
commit 0807a0f2b8
5 changed files with 63 additions and 31 deletions

View File

@@ -105,4 +105,4 @@ where `header` is a csv format
To load weights call `load_weights` function on Model object.
To export weights from pytorch you can use `tools/export_model_weights.py` script
To export weights from pytorch you can use the `export_model_weights` function from `tools/utils.py` script