dessa-oss / atlas

An Open Source, Self-Hosted Platform For Applied Deep Learning Development
http://www.docs.atlas.dessa.com
Apache License 2.0
291 stars 44 forks source link

[BUG] job.config.yaml not created on foundations init #177

Open shaniVL opened 4 years ago

shaniVL commented 4 years ago

Platform & setup Linux server (Ubuntu18.04)

Describe the bug When executing foundations init <my_project>, a project is created with the following directory structure:

my_project
|--- README.txt
|--- data/
|--- __pycache__/
|--- main.py

Expected behavior

my_project
|--- README.txt
|--- data/
|--- __pycache__/
|--- main.py
|--- job.config.yaml

Suspected cause Looking at the Scaffold code in the _foundations_corecli, I found that init copies a template from a certain directory. Some more searching lead me to said directory _foundationscontrib/resources/template/ which does not contain this job.config.yaml file.