https://github.com/yassersouri/fandak
:bangbang: (Experimental) A Framework for ML Research Using PyTorch :fire:
https://github.com/yassersouri/fandak
machine-learning pytorch
Last synced: 5 months ago
JSON representation
:bangbang: (Experimental) A Framework for ML Research Using PyTorch :fire:
- Host: GitHub
- URL: https://github.com/yassersouri/fandak
- Owner: yassersouri
- License: mit
- Created: 2019-06-05T14:29:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T10:37:44.000Z (almost 6 years ago)
- Last Synced: 2025-08-01T09:55:18.617Z (11 months ago)
- Topics: machine-learning, pytorch
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/fandak/)
[](https://travis-ci.com/yassersouri/fandak)
# Fandak: فندک
Coming soon...
Will help you train your models for research.
## Installation
:exclamation: Requires Python 3.7 :snake:.
`pip install fandak`
## Release Notes
[Release Notes](release_notes.md)
## Examples
See `examples` directory.
## Visualizing the effects of hyper-parameters
Sample usage:
```bash
python -m fandak.hyper /path/to/root metric1 [metric2] [--exp-name baseline-*] [--params-list path/to/params/list.txt]
```
If no exp-name is provided, then all are going to be considered.
exp-name can be something usable from glob.
We also have to specify the params list. What to have in the figure? Otherwise, we look
at the experiments and find the params that are not the same among them.
If a param is missing from a config file, then it is replaces with "?".