Gravitorch

Latest version: v0.0.23

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

Scan your dependencies

Page 1 of 4

0.0.22

What's Changed
* Update training/evaluation loops by durandtibo in https://github.com/durandtibo/gravitorch/pull/515
* Rename `trigger_event` to `fire_event` by durandtibo in https://github.com/durandtibo/gravitorch/pull/516
* Rename `DataFlow` to `DataStream` by durandtibo in https://github.com/durandtibo/gravitorch/pull/517
* Rename `dataloader` to `datastream` by durandtibo in https://github.com/durandtibo/gravitorch/pull/518
* Rename datasource by durandtibo in https://github.com/durandtibo/gravitorch/pull/519
* Rename `datastream` to `iterable` in datasource by durandtibo in https://github.com/durandtibo/gravitorch/pull/520
* Update dependencies and workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/527
* Bump numpy from 1.26.0 to 1.26.1 by dependabot in https://github.com/durandtibo/gravitorch/pull/523
* Bump urllib3 from 2.0.6 to 2.0.7 by dependabot in https://github.com/durandtibo/gravitorch/pull/526
* Release version `0.0.22` by durandtibo in https://github.com/durandtibo/gravitorch/pull/528


**Full Changelog**: https://github.com/durandtibo/gravitorch/compare/v0.0.21...v0.0.22

0.0.21

What's Changed
* Minor improvements by durandtibo in https://github.com/durandtibo/gravitorch/pull/462
* Improve CI workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/463
* Add function to visualize binary confusion matrix by durandtibo in https://github.com/durandtibo/gravitorch/pull/464
* Update dependencies and CI workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/465
* Refactor workflows by durandtibo in https://github.com/durandtibo/gravitorch/pull/466
* Nightly workflows by durandtibo in https://github.com/durandtibo/gravitorch/pull/467
* Refactor workflows by durandtibo in https://github.com/durandtibo/gravitorch/pull/468
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/gravitorch/pull/469
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/gravitorch/pull/470
* Add examples in confusion matrix docstrings by durandtibo in https://github.com/durandtibo/gravitorch/pull/471
* Remove doctest: annotations by durandtibo in https://github.com/durandtibo/gravitorch/pull/472
* Move dataflow to root package by durandtibo in https://github.com/durandtibo/gravitorch/pull/473
* Add `DictBatcherIterDataPipeCreator` by durandtibo in https://github.com/durandtibo/gravitorch/pull/474
* Clean datapipes by durandtibo in https://github.com/durandtibo/gravitorch/pull/475
* Add dataset creators by durandtibo in https://github.com/durandtibo/gravitorch/pull/476
* Add dataloader creators by durandtibo in https://github.com/durandtibo/gravitorch/pull/477
* Add `DataPipeCreator` by durandtibo in https://github.com/durandtibo/gravitorch/pull/478
* Add dataloader2 creators by durandtibo in https://github.com/durandtibo/gravitorch/pull/479
* Add dataflow creators by durandtibo in https://github.com/durandtibo/gravitorch/pull/480
* Move `datasets` to root package by durandtibo in https://github.com/durandtibo/gravitorch/pull/481
* Add `VanillaDataSource` by durandtibo in https://github.com/durandtibo/gravitorch/pull/482
* Update dependencies and workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/484
* Remove ImageNet datasource by durandtibo in https://github.com/durandtibo/gravitorch/pull/485
* Remove image folder dataset by durandtibo in https://github.com/durandtibo/gravitorch/pull/486
* Remove torchvision dependency by durandtibo in https://github.com/durandtibo/gravitorch/pull/487
* Update creators by durandtibo in https://github.com/durandtibo/gravitorch/pull/488
* Add garbage collection handler by durandtibo in https://github.com/durandtibo/gravitorch/pull/489
* Add function to check tqdm by durandtibo in https://github.com/durandtibo/gravitorch/pull/490
* Make `tqdm` optional by durandtibo in https://github.com/durandtibo/gravitorch/pull/491
* Rename package `dataflows` by durandtibo in https://github.com/durandtibo/gravitorch/pull/492
* Update sysinfo functions to not fail if psutil is not installed by durandtibo in https://github.com/durandtibo/gravitorch/pull/493
* Move `dataloaders` to root package by durandtibo in https://github.com/durandtibo/gravitorch/pull/494
* Update evaluation loops by durandtibo in https://github.com/durandtibo/gravitorch/pull/495
* Update training loops by durandtibo in https://github.com/durandtibo/gravitorch/pull/496
* Update dependencies by durandtibo in https://github.com/durandtibo/gravitorch/pull/497
* Update loops to work with `BaseDataFlow` by durandtibo in https://github.com/durandtibo/gravitorch/pull/498
* Rename `BatchIterTimer` by durandtibo in https://github.com/durandtibo/gravitorch/pull/499
* Update workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/500
* Update dependencies and workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/501
* Add optional `startorch` dependency by durandtibo in https://github.com/durandtibo/gravitorch/pull/503
* Update CI workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/504
* Update to last `minevent` version by durandtibo in https://github.com/durandtibo/gravitorch/pull/506
* Update dependencies and workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/510
* Bump torch-tb-profiler from 0.4.1 to 0.4.3 by dependabot in https://github.com/durandtibo/gravitorch/pull/508
* Remove accelerate loops by durandtibo in https://github.com/durandtibo/gravitorch/pull/511
* Remove accelerate dependency by durandtibo in https://github.com/durandtibo/gravitorch/pull/512
* Add pre-commit workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/513
* Release version `0.0.21` by durandtibo in https://github.com/durandtibo/gravitorch/pull/514


**Full Changelog**: https://github.com/durandtibo/gravitorch/compare/v0.0.20...v0.0.21

0.0.20

What's Changed
* Add missing tests by durandtibo in https://github.com/durandtibo/gravitorch/pull/453
* Add `check_psutil` by durandtibo in https://github.com/durandtibo/gravitorch/pull/454
* Make `psutil` optional by durandtibo in https://github.com/durandtibo/gravitorch/pull/455
* Rename and improve `DataCreatorDataSource` by durandtibo in https://github.com/durandtibo/gravitorch/pull/456
* Clean asset manager by durandtibo in https://github.com/durandtibo/gravitorch/pull/457
* Improve `AssetManager` by durandtibo in https://github.com/durandtibo/gravitorch/pull/458
* Replace `ModuleManager` by `AssetManager` by durandtibo in https://github.com/durandtibo/gravitorch/pull/459
* Remove `ModuleManager` by durandtibo in https://github.com/durandtibo/gravitorch/pull/460
* Release version `0.0.20` by durandtibo in https://github.com/durandtibo/gravitorch/pull/461


**Full Changelog**: https://github.com/durandtibo/gravitorch/compare/v0.0.19...v0.0.20

0.0.19

What's Changed
* Update dependencies by durandtibo in https://github.com/durandtibo/gravitorch/pull/369
* Update docstrings and examples (part 1) by durandtibo in https://github.com/durandtibo/gravitorch/pull/370
* Update docstrings and examples (part 2) by durandtibo in https://github.com/durandtibo/gravitorch/pull/371
* Update docstrings and examples (part 3) by durandtibo in https://github.com/durandtibo/gravitorch/pull/372
* Update docstrings and examples (part 4) by durandtibo in https://github.com/durandtibo/gravitorch/pull/373
* Update docstrings and examples (part 5) by durandtibo in https://github.com/durandtibo/gravitorch/pull/374
* Update docstrings and examples (part 6) by durandtibo in https://github.com/durandtibo/gravitorch/pull/375
* Update docstrings and examples (part 7) by durandtibo in https://github.com/durandtibo/gravitorch/pull/376
* Update docstrings and examples (part 8) by durandtibo in https://github.com/durandtibo/gravitorch/pull/377
* Update docstrings and examples (part 9) by durandtibo in https://github.com/durandtibo/gravitorch/pull/378
* Clean format module and remove duplicate functions by durandtibo in https://github.com/durandtibo/gravitorch/pull/379
* Clean `models` package by durandtibo in https://github.com/durandtibo/gravitorch/pull/380
* Update CI to detect cyclic imports by durandtibo in https://github.com/durandtibo/gravitorch/pull/381
* Bump ruff from 0.0.285 to 0.0.286 by dependabot in https://github.com/durandtibo/gravitorch/pull/382
* Add minevent by durandtibo in https://github.com/durandtibo/gravitorch/pull/383
* Remove old event system by durandtibo in https://github.com/durandtibo/gravitorch/pull/384
* Remove `events` package and update conditions by durandtibo in https://github.com/durandtibo/gravitorch/pull/385
* Fix cyclic import in `loops` by durandtibo in https://github.com/durandtibo/gravitorch/pull/386
* Improve CI to detect cyclic imports by durandtibo in https://github.com/durandtibo/gravitorch/pull/387
* Make CI more informative for cyclic imports by durandtibo in https://github.com/durandtibo/gravitorch/pull/389
* Fix cyclic import in `creators` by durandtibo in https://github.com/durandtibo/gravitorch/pull/388
* Update CI workflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/390
* Update docstrings and examples | engine by durandtibo in https://github.com/durandtibo/gravitorch/pull/391
* Moving `attach_module_to_engine` to `nn` by durandtibo in https://github.com/durandtibo/gravitorch/pull/392
* Update docstrings and examples | handlers (part 1) by durandtibo in https://github.com/durandtibo/gravitorch/pull/393
* Update docstrings and examples | handlers (part 2) by durandtibo in https://github.com/durandtibo/gravitorch/pull/394
* Update docstrings and examples | handlers (part 3) by durandtibo in https://github.com/durandtibo/gravitorch/pull/395
* Update docstrings and examples | loops by durandtibo in https://github.com/durandtibo/gravitorch/pull/396
* Update docstrings and examples | nn by durandtibo in https://github.com/durandtibo/gravitorch/pull/397
* Update docstrings and examples | datasource by durandtibo in https://github.com/durandtibo/gravitorch/pull/398
* Update docstrings and examples | datapipes by durandtibo in https://github.com/durandtibo/gravitorch/pull/399
* Update docstrings and examples | data by durandtibo in https://github.com/durandtibo/gravitorch/pull/400
* Update docstrings and examples | distributed by durandtibo in https://github.com/durandtibo/gravitorch/pull/401
* Update docstrings and examples | creators by durandtibo in https://github.com/durandtibo/gravitorch/pull/402
* Update CI pipeline by durandtibo in https://github.com/durandtibo/gravitorch/pull/403
* Update docstrings and examples | cli by durandtibo in https://github.com/durandtibo/gravitorch/pull/404
* Relax constraints in `PickleSaver` and `PyTorchSaver` by durandtibo in https://github.com/durandtibo/gravitorch/pull/405
* Rename `module_helpers` -> `helpers` by durandtibo in https://github.com/durandtibo/gravitorch/pull/406
* Improve `__repr__` of `BasePartitioner`s by durandtibo in https://github.com/durandtibo/gravitorch/pull/410
* Add `__repr__` of samplers by durandtibo in https://github.com/durandtibo/gravitorch/pull/411
* Update `__repr__` of `BaseDataCreator` by durandtibo in https://github.com/durandtibo/gravitorch/pull/412
* Rename `setup_datacreator` by durandtibo in https://github.com/durandtibo/gravitorch/pull/413
* Update `__repr__` of `creators` by durandtibo in https://github.com/durandtibo/gravitorch/pull/414
* Update dependencies by durandtibo in https://github.com/durandtibo/gravitorch/pull/415
* Add `is_optimizer_creator_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/416
* Rename `load_module_state_dict` by durandtibo in https://github.com/durandtibo/gravitorch/pull/417
* Add `is_model_creator_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/418
* Add `is_core_creator_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/419
* Add `is_dataloader_creator_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/420
* Add `is_datapipe_creator_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/421
* Add `is_datasource_creator_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/422
* Add `is_lr_scheduler_creator_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/423
* Add `is_partitioner_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/424
* Update `__repr__` of `datapipes` by durandtibo in https://github.com/durandtibo/gravitorch/pull/425
* Rename `source_datapipe` to `datapipe` by durandtibo in https://github.com/durandtibo/gravitorch/pull/426
* Add docstring examples to collators by durandtibo in https://github.com/durandtibo/gravitorch/pull/427
* Update `__repr__` of `DatasetDataSource` by durandtibo in https://github.com/durandtibo/gravitorch/pull/428
* Add datasets as assets in `DatasetDataSource` by durandtibo in https://github.com/durandtibo/gravitorch/pull/429
* Rename `VanillaEngineState` -> `EngineState` by durandtibo in https://github.com/durandtibo/gravitorch/pull/430
* Add `G(Conditional)EventHandler` by durandtibo in https://github.com/durandtibo/gravitorch/pull/431
* Replace `EventHandler` by `GEventHandler` by durandtibo in https://github.com/durandtibo/gravitorch/pull/432
* Rename `VanillaTrainingLoop` -> `TrainingLoop` by durandtibo in https://github.com/durandtibo/gravitorch/pull/433
* Rename `VanillaEvaluationLoop` -> `EvaluationLoop` by durandtibo in https://github.com/durandtibo/gravitorch/pull/434
* Add workflow to run small experiment by durandtibo in https://github.com/durandtibo/gravitorch/pull/435
* Rename `VanillaCoreCreator` -> `CoreCreator` by durandtibo in https://github.com/durandtibo/gravitorch/pull/436
* Rename `VanillaOptimizerCreator` -> `OptimizerCreator` by durandtibo in https://github.com/durandtibo/gravitorch/pull/437
* Rename `VanillaDataSourceCreator` -> `DataSourceCreator` by durandtibo in https://github.com/durandtibo/gravitorch/pull/438
* Rename `VanillaModelCreator` -> `ModelCreator` by durandtibo in https://github.com/durandtibo/gravitorch/pull/439
* Rename `VanillaLRSchedulerCreator` -> `LRSchedulerCreator` by durandtibo in https://github.com/durandtibo/gravitorch/pull/440
* Rename `VanillaLRScheduler` -> `LRScheduler` by durandtibo in https://github.com/durandtibo/gravitorch/pull/441
* Improve workflows by durandtibo in https://github.com/durandtibo/gravitorch/pull/442
* Improve `EngineState` and `ModuleManager` by durandtibo in https://github.com/durandtibo/gravitorch/pull/443
* Add warning in some `setup_xxx` functions by durandtibo in https://github.com/durandtibo/gravitorch/pull/444
* Improve to string of metric's states by durandtibo in https://github.com/durandtibo/gravitorch/pull/445
* Improve to string and docstrings of metrics by durandtibo in https://github.com/durandtibo/gravitorch/pull/446
* Improve docstrings of metric states by durandtibo in https://github.com/durandtibo/gravitorch/pull/447
* Update DataPipe creator by durandtibo in https://github.com/durandtibo/gravitorch/pull/449
* Update dependencies by durandtibo in https://github.com/durandtibo/gravitorch/pull/450
* Rename some DataPipe creator by durandtibo in https://github.com/durandtibo/gravitorch/pull/451
* Release version `0.0.19` by durandtibo in https://github.com/durandtibo/gravitorch/pull/452


**Full Changelog**: https://github.com/durandtibo/gravitorch/compare/v0.0.18...v0.0.19

0.0.18

**Full Changelog**: https://github.com/durandtibo/gravitorch/compare/v0.0.17...v0.0.18

0.0.17

What's Changed
* Improve dataflow by durandtibo in https://github.com/durandtibo/gravitorch/pull/294
* Minor improvements by durandtibo in https://github.com/durandtibo/gravitorch/pull/295
* Add `is_dataset_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/296
* Add `is_datasource_config` and `is_dataloader_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/297
* Rename `datasource` by durandtibo in https://github.com/durandtibo/gravitorch/pull/298
* Rename `datasource` in (doc)strings by durandtibo in https://github.com/durandtibo/gravitorch/pull/299
* Add `setup_engine` and `is_engine_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/300
* Add `is_loop_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/301
* Add `is_module_config` and improve some tests by durandtibo in https://github.com/durandtibo/gravitorch/pull/302
* Add `is_xxx_config` by durandtibo in https://github.com/durandtibo/gravitorch/pull/303
* Rename the modules by durandtibo in https://github.com/durandtibo/gravitorch/pull/304
* Move test `events` package by durandtibo in https://github.com/durandtibo/gravitorch/pull/305
* Add `is_model_config` and improve `models.utils` by durandtibo in https://github.com/durandtibo/gravitorch/pull/306
* Update experiment config by durandtibo in https://github.com/durandtibo/gravitorch/pull/307
* Improve documentation by durandtibo in https://github.com/durandtibo/gravitorch/pull/308
* Release version `0.0.17` by durandtibo in https://github.com/durandtibo/gravitorch/pull/309


**Full Changelog**: https://github.com/durandtibo/gravitorch/compare/v0.0.16...v0.0.17

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.