Chika

Latest version: v0.1.0

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

Scan your dependencies

0.1.0

For example,

python

main(Config, job_dir_name=f"outputs/{__file__}")
def main(cfg):
...

0.0.8

0.0.7

* Version: Python>=3.9
* Enum support
* Updated type handling

0.0.6

This release supports class inheritance and fixes an issue of `chika.sequence`.

Class inheritance

python
chika.config
class DefaultConfig:
num_workers: int = 4
batch_size: int = 4

chika.config
class OurConfig(DefaultConfig):
gpu_id: int = 0
batch_size: int = 8


ours = OurConfig()
ours.gpu_id == 0
ours.batch_size == 8
ours.num_workers == 4

0.0.5

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.