Sockeye

Latest version: v3.1.34

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

Scan your dependencies

Page 12 of 45

2.3.9

Added

- Added scripts for processing Sockeye benchmark output (`--output-type benchmark`):
- [benchmark_to_output.py](sockeye_contrib/benchmark/benchmark_to_output.py) extracts translations
- [benchmark_to_percentiles.py](sockeye_contrib/benchmark/benchmark_to_percentiles.py) computes percentiles

2.3.8

Not secure
Fixed

- Fix problem identified in issue 925 that caused learning rate
warmup to fail in some instances when doing continued training

2.3.7

Changed

- Use dataclass module to simplify Config classes. No functional change.

2.3.6

Fixed

- Fixes the problem identified in issue 890, where the lr_scheduler
does not behave as expected when continuing training. The problem is
that the lr_scheduler is kept as part of the optimizer, but the
optimizer is not saved when saving state. Therefore, every time
training is restarted, a new lr_scheduler is created with initial
parameter settings. Fix by saving and restoring the lr_scheduling
separately.

2.3.5

Fixed

- Fixed issue with LearningRateSchedulerPlateauReduce.__repr__ printing
out num_not_improved instead of reduce_num_not_improved.

2.3.4

Fixed

- Fixed issue with dtype mismatch in beam search when translating with `--dtype float16`.

Page 12 of 45

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.