An open API service indexing awesome lists of open source software.

https://github.com/dbpprt/tinysod

WIP
https://github.com/dbpprt/tinysod

Last synced: 13 days ago
JSON representation

WIP

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}
}
```