Gravitorch

Latest version: v0.0.23

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

Scan your dependencies

Page 4 of 4

0.0.4

What's Changed
* Remove unused distributed functions by durandtibo in https://github.com/durandtibo/meteor/pull/64
* Improve handlers to monitor CUDA memory by durandtibo in https://github.com/durandtibo/meteor/pull/65
* Improve code to analyze CUDA memory by durandtibo in https://github.com/durandtibo/meteor/pull/66
* Add `EpochSysInfoMonitor` by durandtibo in https://github.com/durandtibo/meteor/pull/67
* Rename some modules by durandtibo in https://github.com/durandtibo/meteor/pull/68
* Rename some handlers by durandtibo in https://github.com/durandtibo/meteor/pull/69
* Release version `0.0.4` by durandtibo in https://github.com/durandtibo/meteor/pull/70


**Full Changelog**: https://github.com/durandtibo/meteor/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* Clean DataPipes by durandtibo in https://github.com/durandtibo/meteor/pull/22
* Improve `TupleBatcher` to support DataPipe by durandtibo in https://github.com/durandtibo/meteor/pull/23
* Add function to get first value of mapping by durandtibo in https://github.com/durandtibo/meteor/pull/24
* Improve `DictBatcher` to support DataPipe by durandtibo in https://github.com/durandtibo/meteor/pull/25
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/26
* Add `BaseSysConfig` and `PyTorchCudaBackend` by durandtibo in https://github.com/durandtibo/meteor/pull/27
* Minor improvements by durandtibo in https://github.com/durandtibo/meteor/pull/28
* Improve `PyTorchCudaBackend` by durandtibo in https://github.com/durandtibo/meteor/pull/29
* Redesign experimental resource manager by durandtibo in https://github.com/durandtibo/meteor/pull/30
* Improve tests for `PyTorchCudaBackend` by durandtibo in https://github.com/durandtibo/meteor/pull/31
* Add `PyTorchCudnnBackend` by durandtibo in https://github.com/durandtibo/meteor/pull/32
* Add `setup_resource_manager` by durandtibo in https://github.com/durandtibo/meteor/pull/33
* Add `BaseResourceRunner` by durandtibo in https://github.com/durandtibo/meteor/pull/34
* Minor improvements of `PyTorchCud(a/nn)Backend` by durandtibo in https://github.com/durandtibo/meteor/pull/35
* Add `Logging` by durandtibo in https://github.com/durandtibo/meteor/pull/36
* Add missing tests by durandtibo in https://github.com/durandtibo/meteor/pull/37
* Improve `distributed` package by durandtibo in https://github.com/durandtibo/meteor/pull/38
* Rename `distributed_context` by durandtibo in https://github.com/durandtibo/meteor/pull/39
* Add `gloo` and `nccl` context managers by durandtibo in https://github.com/durandtibo/meteor/pull/40
* Small improvements and renaming by durandtibo in https://github.com/durandtibo/meteor/pull/41
* Improve `resolve_backend` by durandtibo in https://github.com/durandtibo/meteor/pull/42
* Add `DistributedContext` by durandtibo in https://github.com/durandtibo/meteor/pull/43
* Add missing tests by durandtibo in https://github.com/durandtibo/meteor/pull/44
* Improve resources by durandtibo in https://github.com/durandtibo/meteor/pull/45
* Improve resources (part 2) by durandtibo in https://github.com/durandtibo/meteor/pull/46
* Add new experimental version of `TrainingRunner` by durandtibo in https://github.com/durandtibo/meteor/pull/47
* Improve resources (part 3) by durandtibo in https://github.com/durandtibo/meteor/pull/48
* Add `PyTorchConfig` by durandtibo in https://github.com/durandtibo/meteor/pull/49
* Log more information about PyTorch by durandtibo in https://github.com/durandtibo/meteor/pull/50
* Fix some bugs because of incorrect device placement by durandtibo in https://github.com/durandtibo/meteor/pull/51
* Fix a bug in transformed metric by durandtibo in https://github.com/durandtibo/meteor/pull/52
* Add function to log information about the system by durandtibo in https://github.com/durandtibo/meteor/pull/53
* Improve functions to log system information by durandtibo in https://github.com/durandtibo/meteor/pull/54
* Add `LogSysInfo` by durandtibo in https://github.com/durandtibo/meteor/pull/55
* Add `log_system_info` by durandtibo in https://github.com/durandtibo/meteor/pull/56
* Add `LogCudaMemory` by durandtibo in https://github.com/durandtibo/meteor/pull/57
* Improve `TrainingRunner` to use `resources` by durandtibo in https://github.com/durandtibo/meteor/pull/58
* Improve `EvaluationRunner` to use `resources` by durandtibo in https://github.com/durandtibo/meteor/pull/59
* Remove distributed runner classes by durandtibo in https://github.com/durandtibo/meteor/pull/60
* Move `BaseResourceRunner` to `runners` by durandtibo in https://github.com/durandtibo/meteor/pull/61
* Move `rsrc` outside of `experimental` by durandtibo in https://github.com/durandtibo/meteor/pull/62
* Release version `0.0.3` by durandtibo in https://github.com/durandtibo/meteor/pull/63


**Full Changelog**: https://github.com/durandtibo/meteor/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* Update Makefile by durandtibo in https://github.com/durandtibo/meteor/pull/12
* Rename `PickleSaver` and `PyTorchSaver` by durandtibo in https://github.com/durandtibo/meteor/pull/13
* Rename `DirFilter`, `FileFilter` and `PathLister` by durandtibo in https://github.com/durandtibo/meteor/pull/14
* Rename `DictBatcher` and `TupleBatcher` by durandtibo in https://github.com/durandtibo/meteor/pull/15
* Rename `TensorDictShuffler` by durandtibo in https://github.com/durandtibo/meteor/pull/16
* Rename `DictOfListConverter` and `ListOfDictConverter` by durandtibo in https://github.com/durandtibo/meteor/pull/17
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/18
* Rename `Looper` by durandtibo in https://github.com/durandtibo/meteor/pull/19
* Rename `SourceWrapper` by durandtibo in https://github.com/durandtibo/meteor/pull/20
* Release version `0.0.2` by durandtibo in https://github.com/durandtibo/meteor/pull/21


**Full Changelog**: https://github.com/durandtibo/meteor/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Setup repo by durandtibo in https://github.com/durandtibo/meteor/pull/1
* Add initial code by durandtibo in https://github.com/durandtibo/meteor/pull/2
* Add CI workflows by durandtibo in https://github.com/durandtibo/meteor/pull/3
* Improve `AlphaEngine` by durandtibo in https://github.com/durandtibo/meteor/pull/4
* Add experiment configs by durandtibo in https://github.com/durandtibo/meteor/pull/5
* Add nightly workflow by durandtibo in https://github.com/durandtibo/meteor/pull/6
* Merge workflows by durandtibo in https://github.com/durandtibo/meteor/pull/7
* Add pypi workflow by durandtibo in https://github.com/durandtibo/meteor/pull/8
* Update README by durandtibo in https://github.com/durandtibo/meteor/pull/9
* Add issue templates by durandtibo in https://github.com/durandtibo/meteor/pull/10
* Release version `0.0.1` by durandtibo in https://github.com/durandtibo/meteor/pull/11

New Contributors
* durandtibo made their first contribution in https://github.com/durandtibo/meteor/pull/1

**Full Changelog**: https://github.com/durandtibo/meteor/commits/v0.0.1

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.