def test_multiple_gpus_gluon(self):
     assert _test_notebook('chapter07_distributed-learning/multiple-gpus-gluon')
 def test_fine_tuning(self):
    assert _test_notebook('chapter08_computer-vision/fine-tuning')
 def test_ndarray(self):
     assert _test_notebook('chapter01_crashcourse/ndarray')
 def test_probability(self):
     assert _test_notebook('chapter01_crashcourse/probability')
 def test_igan_intro(self):
     assert _test_notebook('chapter14_generative-adversarial-networks/gan-intro')
 def test_generative_adversarial_networks(self):
     assert _test_notebook('chapter14_generative-adversarial-networks/conditional')
 def test_optimization_intro(self):
     assert _test_notebook('chapter06_optimization/optimization-intro')
 def test_serialization(self):
     assert _test_notebook('chapter03_deep-neural-networks/serialization')
 def test_simple_rnn(self):
     assert _test_notebook('chapter05_recurrent-neural-networks/simple-rnn')
 def test_gru_scratch(self):
     assert _test_notebook('chapter05_recurrent-neural-networks/gru-scratch')
 def test_cnn_batch_norm_gluon(self):
     assert _test_notebook('chapter04_convolutional-neural-networks/cnn-batch-norm-gluon')
 def test_very_deep_nets_vgg(self):
     assert _test_notebook('chapter04_convolutional-neural-networks/very-deep-nets-vgg')
 def test_cnn_scratch(self):
     assert _test_notebook('chapter04_convolutional-neural-networks/cnn-scratch')
Exemplo n.º 14
0
 def test_perceptron(self):
     assert _test_notebook('chapter02_supervised-learning/perceptron')
 def test_momentum_scratch(self):
     assert _test_notebook('chapter06_optimization/momentum-scratch')
Exemplo n.º 16
0
 def test_mlp_dropout_gluon(self):
     assert _test_notebook(
         'chapter03_deep-neural-networks/mlp-dropout-gluon')
 def test_momentum_gluon(self):
     assert _test_notebook('chapter06_optimization/momentum-gluon')
 def test_issm_scratch(self):
     assert _test_notebook('chapter12_time-series/issm-scratch')
 def test_rmsprop_scratch(self):
     assert _test_notebook('chapter06_optimization/rmsprop-scratch')
 def test_dcgan(self):
     assert _test_notebook('chapter14_generative-adversarial-networks/dcgan')
 def test_rmsprop_gluon(self):
     assert _test_notebook('chapter06_optimization/rmsprop-gluon')
 def test_pixel2pixel(self):
     assert _test_notebook('chapter14_generative-adversarial-networks/pixel2pixel')
 def test_adam_scratch(self):
     assert _test_notebook('chapter06_optimization/adam-scratch')
 def test_linear_algebra(self):
     assert _test_notebook('chapter01_crashcourse/linear-algebra')
 def test_adam_gluon(self):
     assert _test_notebook('chapter06_optimization/adam-gluon')
 def test_multiple_gpus_scratch(self):
     assert _test_notebook('chapter07_distributed-learning/multiple-gpus-scratch')
 def test_hybridize(self):
     assert _test_notebook('chapter07_distributed-learning/hybridize')
 def test_training_with_multiple_machines(self):
    assert _test_notebook('chapter07_distributed-learning/training-with-multiple-machines')
 def test_object_detection(self):
     assert _test_notebook('chapter08_computer-vision/object-detection')
Exemplo n.º 30
0
 def test_regularization_gluon(self):
     assert _test_notebook(
         'chapter02_supervised-learning/regularization-gluon')
 def test_tree_lstm(self):
     assert _test_notebook('chapter09_natural-language-processing/tree-lstm')
Exemplo n.º 32
0
 def test_mlp_dropout_scratch(self):
     assert _test_notebook(
         'chapter03_deep-neural-networks/mlp-dropout-scratch')
 def test_lds_scratch(self):
     assert _test_notebook('chapter12_time-series/lds-scratch')
Exemplo n.º 34
0
 def test_plumbing(self):
     assert _test_notebook('chapter03_deep-neural-networks/plumbing')
 def test_custom_layer(self):
     assert _test_notebook('chapter03_deep-neural-networks/custom-layer')