issues
search
cs230-stanford
/
cs230-code-examples
Code examples in pyTorch and Tensorflow for CS230
Other
3.9k
stars
996
forks
source link
Organization of the blog posts
#7
Closed
omoindrot
closed
6 years ago
omoindrot
commented
6 years ago
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
General (common between TensorFlow and PyTorch)
TensorFlow
tf.data
tf.layers
) + training + evaluationtf.metrics