iget-config

一个为 PyTorch 项目设计的直观的配置管理库。它通过简单的 YAML 文件实现层级化配置,支持 TEST, DEV, PROD 等多种运行模式,并可通过类继承方便地扩展。让管理不同环境和实验的配置变得轻松。 (注意:作为库使用时,请确保运行目录下存在 `temp/mode.txt` 文件和包含 YAML 文件的 `config` 目录以符合当前加载逻辑)。

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install iget-config

Dependencies

Releases

Version Released Bullseye
Python 3.9
Bookworm
Python 3.11
Files
1.0.0 2025-05-06    
0.2.0 2025-05-06    
0.1.2 2025-04-03    
0.1.0 2025-04-03

Issues with this package?

Page last updated 2025-08-26 18:18:43 UTC