Organization of the blog posts
omoindrot opened this issue · 0 comments
omoindrot commented
General (common between TensorFlow and PyTorch)
- Introduction to project starter code
- Logging + hyperparams
- AWS setup
- Train/Dev/Test set
TensorFlow
- Getting started
- Dataset pipeline:
tf.data
- Creating the model (
tf.layers
) + training + evaluation
- model
- training ops
- input_fn and model_fn
- evaluation and
tf.metrics
- initialization
- saving
- tensorboard
- global_step