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

[Refactor FoundationsContext - PART12] Replacing Job with FoundationsContext #150

Closed ekhl closed 4 years ago

ekhl commented 4 years ago

The other milestone: replacing (and removing) the Job class with FoundationsContext since they're essentially identical now. In the next PR we will be doing a refactor to make the names nice and more readable (you may already start seeing some refactoring in this PR).

In simplifying the codebase some more, removed the unused feature of saving a binary version of the Job object during archiving.