Mozuma

Latest version: v0.9.0

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.9.0

What's Changed
* Add links to notebooks in documentation by smassonnet in https://github.com/mozuma/mozuma/pull/201
* Review the documentation by smassonnet in https://github.com/mozuma/mozuma/pull/202
* Add Citation Section in README.me by rlebret in https://github.com/mozuma/mozuma/pull/203
* Migrate to PyTorch 1.13 by smassonnet in https://github.com/mozuma/mozuma/pull/206


**Full Changelog**: https://github.com/mozuma/mozuma/compare/v0.8.0...0.9.0

0.8.0

What's Changed
* Add truncation on DistilBert tokenizer by smassonnet in https://github.com/mozuma/mozuma/pull/198


**Full Changelog**: https://github.com/mozuma/mozuma/compare/v0.7.2...v0.8.0

0.7.2

What's Changed
* publish action not setting the correct build version by mromanelli9 in https://github.com/mozuma/mozuma/pull/196


**Full Changelog**: https://github.com/mozuma/mozuma/compare/v0.7.1...v0.7.2

0.7.1

What's Changed
* Documentation: Add a simple notebook example for demos by smassonnet in https://github.com/mozuma/mozuma/pull/194
* Publish python package to PyPI by mromanelli9 in https://github.com/mozuma/mozuma/pull/184


**Full Changelog**: https://github.com/mozuma/mozuma/compare/v0.7.0...v0.7.1

0.7.0

What's Changed
* Add issue templates by mromanelli9 in https://github.com/mozuma/mozuma/pull/156
* Add tensorboard logger in TorchTrainingRunner by mromanelli9 in https://github.com/mozuma/mozuma/pull/161
* Rename MLModule to MoZuMa by smassonnet in https://github.com/mozuma/mozuma/pull/187
* Rename MLModuleKit to mozuma by smassonnet in https://github.com/mozuma/mozuma/pull/189


**Full Changelog**: https://github.com/mozuma/mozuma/compare/v0.6.0...v0.7.0

0.6.0

This is a new version of MLModule that's introducing a new API.

This version is not compatible with the previous versions of MLModule.

What's Changed
* Issues/49-Distiluse-V2-text-encoder by smassonnet in https://github.com/LSIR/mlmodule/pull/50
* Code quality workflows by smassonnet in https://github.com/LSIR/mlmodule/pull/62
* Issues/57-Faster-image-preprocessing by mromanelli9 in https://github.com/LSIR/mlmodule/pull/63
* Improve modularity of models definition by smassonnet in https://github.com/LSIR/mlmodule/pull/64
* Migrate MagFace by smassonnet in https://github.com/LSIR/mlmodule/pull/72
* Migrate VinVL by smassonnet in https://github.com/LSIR/mlmodule/pull/73
* Callback for the end of a runner by smassonnet in https://github.com/LSIR/mlmodule/pull/77
* Keyframe get / set state does not return the right keys by smassonnet in https://github.com/LSIR/mlmodule/pull/80
* Improve dataset modularity by smassonnet in https://github.com/LSIR/mlmodule/pull/82
* Remove logic to filter out features with NaN by smassonnet in https://github.com/LSIR/mlmodule/pull/83
* Set binary file dataset output to typing.BinaryIO instead of bytes by smassonnet in https://github.com/LSIR/mlmodule/pull/85
* BUG VinVL prediction score contains features by smassonnet in https://github.com/LSIR/mlmodule/pull/87
* Fixed validate options that modifies in-place by smassonnet in https://github.com/LSIR/mlmodule/pull/90
* Split forward predictions into forward and to predictions by smassonnet in https://github.com/LSIR/mlmodule/pull/92
* Removes inconsistencies in MTCNN device by smassonnet in https://github.com/LSIR/mlmodule/pull/94
* Video encoder dimension error on short videos by smassonnet in https://github.com/LSIR/mlmodule/pull/97
* ImageDataset should have a mode argument by smassonnet in https://github.com/LSIR/mlmodule/pull/99
* Multi-GPU inference by mromanelli9 in https://github.com/LSIR/mlmodule/pull/100
* Migrate DenseNet to new MLModule API by smassonnet in https://github.com/LSIR/mlmodule/pull/106
* Migrate sentence BERT by smassonnet in https://github.com/LSIR/mlmodule/pull/108
* Make a public model weights store by smassonnet in https://github.com/LSIR/mlmodule/pull/111
* Add exists function to stores by smassonnet in https://github.com/LSIR/mlmodule/pull/114
* Script to upload the model states to MLModule by smassonnet in https://github.com/LSIR/mlmodule/pull/115
* Migrate CLI by smassonnet in https://github.com/LSIR/mlmodule/pull/121
* Create LICENSE by smassonnet in https://github.com/LSIR/mlmodule/pull/120
* Migrate ArcFace by smassonnet in https://github.com/LSIR/mlmodule/pull/123
* Trainable ResNet by mromanelli9 in https://github.com/LSIR/mlmodule/pull/105
* Add classification module by smassonnet in https://github.com/LSIR/mlmodule/pull/109
* Remove old tests by smassonnet in https://github.com/LSIR/mlmodule/pull/133
* BUG ResNet and TorchResNetTrainingMode by mromanelli9 in https://github.com/LSIR/mlmodule/pull/132
* Installation instructions by smassonnet in https://github.com/LSIR/mlmodule/pull/135
* Remove unused code by smassonnet in https://github.com/LSIR/mlmodule/pull/139
* Rename contrib to models by smassonnet in https://github.com/LSIR/mlmodule/pull/140
* Moved callbacks module by smassonnet in https://github.com/LSIR/mlmodule/pull/141
* Completed models submodule by smassonnet in https://github.com/LSIR/mlmodule/pull/142
* Moved runners by smassonnet in https://github.com/LSIR/mlmodule/pull/143
* Moved predictions by smassonnet in https://github.com/LSIR/mlmodule/pull/144
* Cite libraries and papers used by smassonnet in https://github.com/LSIR/mlmodule/pull/138
* Moved states and stores by smassonnet in https://github.com/LSIR/mlmodule/pull/145
* Moved torch by smassonnet in https://github.com/LSIR/mlmodule/pull/146
* Finished re-organising modules by smassonnet in https://github.com/LSIR/mlmodule/pull/147
* New MLModule API by smassonnet in https://github.com/LSIR/mlmodule/pull/148
* BUG: Manifest contains a path to old module contrib by smassonnet in https://github.com/LSIR/mlmodule/pull/151
* 151 example cifar10 by rlebret in https://github.com/LSIR/mlmodule/pull/155
* Add model list to documentation by smassonnet in https://github.com/LSIR/mlmodule/pull/152
* Migrate MLModule store to GitHUB release by smassonnet in https://github.com/LSIR/mlmodule/pull/160
* Issues/163-Review-old-notebooks by rlebret in https://github.com/LSIR/mlmodule/pull/164
* Issues/157-Example-Single-GPU-inference-with-CLIP by rlebret in https://github.com/LSIR/mlmodule/pull/165
* Add examples to documentation by smassonnet in https://github.com/LSIR/mlmodule/pull/167
* Review documentation by smassonnet in https://github.com/LSIR/mlmodule/pull/168
* Example: Emotion face recognition by rlebret in https://github.com/LSIR/mlmodule/pull/169
* Example for multilingual text model by rlebret in https://github.com/LSIR/mlmodule/pull/171
* CIFAR DenseNet 2GPUs training by rlebret in https://github.com/LSIR/mlmodule/pull/175
* Example: Train Age Detection Model based on ArcFace features by rlebret in https://github.com/LSIR/mlmodule/pull/177
* Black formatting of example notebooks by smassonnet in https://github.com/LSIR/mlmodule/pull/179

New Contributors
* mromanelli9 made their first contribution in https://github.com/LSIR/mlmodule/pull/63

**Full Changelog**: https://github.com/LSIR/mlmodule/compare/v0.5.1...v0.6.0

state.pytorch.wide-resnet50-2

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `wide-resnet50-2`


state.pytorch.wide-resnet101-2

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `wide-resnet101-2`


state.pytorch.vinvl-vg-x152c4

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `vinvl-vg-x152c4`


state.pytorch.sbert-distiluse-base-multilingual

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `sbert-distiluse-base-multilingual`


state.pytorch.resnext50-32x4d

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `resnext50-32x4d`


state.pytorch.resnext101-32x8d

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `resnext101-32x8d`


state.pytorch.resnet50

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `resnet50`


state.pytorch.resnet34

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `resnet34`


state.pytorch.resnet18

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `resnet18`


state.pytorch.resnet152

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `resnet152`


state.pytorch.resnet101

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `resnet101`


state.pytorch.magface

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `magface`


state.pytorch.facenet-mtcnn

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `facenet-mtcnn`


state.pytorch.densenet201

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `densenet201`


state.pytorch.densenet169

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `densenet169`


state.pytorch.densenet161

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `densenet161`


state.pytorch.densenet121

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `densenet121`


state.pytorch.clip-text-vitb32

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `clip-text-vitb32`


state.pytorch.clip-text-rn50x4

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `clip-text-rn50x4`


state.pytorch.clip-text-rn50

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `clip-text-rn50`


state.pytorch.clip-text-rn101

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `clip-text-rn101`


state.pytorch.clip-image-vitb32

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `clip-image-vitb32`


state.pytorch.clip-image-rn50x4

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `clip-image-rn50x4`


state.pytorch.clip-image-rn50

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `clip-image-rn50`


state.pytorch.clip-image-rn101

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `clip-image-rn101`


state.pytorch.arcface

This release contains model state files for model with the following characteristics:

- **Backend**: `pytorch`
- **Architecture**: `arcface`

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.