Asthestarsfalll/ExCore
A Modern Configuration/Registry System designed for deeplearning, with some utils.
This system simplifies the configuration of deep learning experiments, especially for training, testing, and evaluation procedures. It takes your experiment parameters, such as model architecture or optimizer settings, defined in a structured TOML file and intelligently instantiates the necessary components for your deep learning pipeline. Deep learning researchers, engineers, and practitioners can use this to manage complex experiment settings efficiently.
Available on PyPI.
Use this if you are a deep learning practitioner struggling to manage complex hyperparameter configurations and experiment settings for your models, especially when you need better code navigation and type-hinting support within your configuration files.
Not ideal if you are not working with deep learning projects or if you prefer very simple, flat configuration files without the need for advanced module handling, inheritance, or code-like features.
Stars
18
Forks
1
Language
Python
License
MIT
Category
Last pushed
Dec 23, 2025
Commits (30d)
0
Dependencies
9
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Asthestarsfalll/ExCore"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepspeedai/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference...
helmholtz-analytics/heat
Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
horovod/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
bsc-wdc/dislib
The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.