TensorFlow: Good practices for files, folders and models architecture (blog.metaflow.fr) 1 points by morgangiraud 9y ago ↗ HN
[–] morgangiraud 9y ago ↗ TL, DR:- I list all the different tasks one will have to do when doing ML- I show a common folder structure that I believe handles all possible use cases nicely- I show a basic Model class, easily extendable that structure a lot of possible kinds of models- I describe how to build a good "shell API" for easy iterations.Bonus: Some TF code linked to the subject.
1 comment
[ 3.1 ms ] story [ 16.8 ms ] thread- I list all the different tasks one will have to do when doing ML
- I show a common folder structure that I believe handles all possible use cases nicely
- I show a basic Model class, easily extendable that structure a lot of possible kinds of models
- I describe how to build a good "shell API" for easy iterations.
Bonus: Some TF code linked to the subject.