https://github.com/dbpprt/tinysod
WIP
https://github.com/dbpprt/tinysod
Last synced: 13 days ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/dbpprt/tinysod
- Owner: dbpprt
- License: mit
- Created: 2024-01-20T21:45:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T22:17:49.000Z (over 2 years ago)
- Last Synced: 2025-01-05T19:15:03.577Z (over 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinysod
WIP: machine learning template...
```
conda env create -f environment.yml
# update
conda env update --file environment.yml --prune
```
### References
- ```src/utils/config``` borrowed from [facebookresearch/hydra](https://github.com/facebookresearch/hydra) (MIT)
```BibTeX
@Misc{Yadan2019Hydra,
author = {Omry Yadan},
title = {Hydra - A framework for elegantly configuring complex applications},
howpublished = {Github},
year = {2019},
url = {https://github.com/facebookresearch/hydra}
}
```