You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

 

Running

python ex01_keras_train.py

Output

Using TensorFlow backend.
-- imports done, starting main --
-- read 2000 samples in 0.97sec. batch_size=12, 83 batches per epoch
epoch=0 batch=0 train_loss=0.861 train_step_time=1.54
 ...

 Code

mlearntut ex01_keras_train.py

Exercises

  1. Swtich code to use tensorflow channel convention - hint, adjust all convent layers
  • No labels