コード例 #1
0
 def test_multiple_gpus_gluon(self):
     assert _test_notebook('chapter07_distributed-learning/multiple-gpus-gluon')
コード例 #2
0
 def test_fine_tuning(self):
    assert _test_notebook('chapter08_computer-vision/fine-tuning')
コード例 #3
0
 def test_ndarray(self):
     assert _test_notebook('chapter01_crashcourse/ndarray')
コード例 #4
0
 def test_probability(self):
     assert _test_notebook('chapter01_crashcourse/probability')
コード例 #5
0
 def test_igan_intro(self):
     assert _test_notebook('chapter14_generative-adversarial-networks/gan-intro')
コード例 #6
0
 def test_generative_adversarial_networks(self):
     assert _test_notebook('chapter14_generative-adversarial-networks/conditional')
コード例 #7
0
 def test_optimization_intro(self):
     assert _test_notebook('chapter06_optimization/optimization-intro')
コード例 #8
0
 def test_serialization(self):
     assert _test_notebook('chapter03_deep-neural-networks/serialization')
コード例 #9
0
 def test_simple_rnn(self):
     assert _test_notebook('chapter05_recurrent-neural-networks/simple-rnn')
コード例 #10
0
 def test_gru_scratch(self):
     assert _test_notebook('chapter05_recurrent-neural-networks/gru-scratch')
コード例 #11
0
 def test_cnn_batch_norm_gluon(self):
     assert _test_notebook('chapter04_convolutional-neural-networks/cnn-batch-norm-gluon')
コード例 #12
0
 def test_very_deep_nets_vgg(self):
     assert _test_notebook('chapter04_convolutional-neural-networks/very-deep-nets-vgg')
コード例 #13
0
 def test_cnn_scratch(self):
     assert _test_notebook('chapter04_convolutional-neural-networks/cnn-scratch')
コード例 #14
0
 def test_perceptron(self):
     assert _test_notebook('chapter02_supervised-learning/perceptron')
コード例 #15
0
 def test_momentum_scratch(self):
     assert _test_notebook('chapter06_optimization/momentum-scratch')
コード例 #16
0
 def test_mlp_dropout_gluon(self):
     assert _test_notebook(
         'chapter03_deep-neural-networks/mlp-dropout-gluon')
コード例 #17
0
 def test_momentum_gluon(self):
     assert _test_notebook('chapter06_optimization/momentum-gluon')
コード例 #18
0
 def test_issm_scratch(self):
     assert _test_notebook('chapter12_time-series/issm-scratch')
コード例 #19
0
 def test_rmsprop_scratch(self):
     assert _test_notebook('chapter06_optimization/rmsprop-scratch')
コード例 #20
0
 def test_dcgan(self):
     assert _test_notebook('chapter14_generative-adversarial-networks/dcgan')
コード例 #21
0
 def test_rmsprop_gluon(self):
     assert _test_notebook('chapter06_optimization/rmsprop-gluon')
コード例 #22
0
 def test_pixel2pixel(self):
     assert _test_notebook('chapter14_generative-adversarial-networks/pixel2pixel')
コード例 #23
0
 def test_adam_scratch(self):
     assert _test_notebook('chapter06_optimization/adam-scratch')
コード例 #24
0
 def test_linear_algebra(self):
     assert _test_notebook('chapter01_crashcourse/linear-algebra')
コード例 #25
0
 def test_adam_gluon(self):
     assert _test_notebook('chapter06_optimization/adam-gluon')
コード例 #26
0
 def test_multiple_gpus_scratch(self):
     assert _test_notebook('chapter07_distributed-learning/multiple-gpus-scratch')
コード例 #27
0
 def test_hybridize(self):
     assert _test_notebook('chapter07_distributed-learning/hybridize')
コード例 #28
0
 def test_training_with_multiple_machines(self):
    assert _test_notebook('chapter07_distributed-learning/training-with-multiple-machines')
コード例 #29
0
 def test_object_detection(self):
     assert _test_notebook('chapter08_computer-vision/object-detection')
コード例 #30
0
 def test_regularization_gluon(self):
     assert _test_notebook(
         'chapter02_supervised-learning/regularization-gluon')
コード例 #31
0
 def test_tree_lstm(self):
     assert _test_notebook('chapter09_natural-language-processing/tree-lstm')
コード例 #32
0
 def test_mlp_dropout_scratch(self):
     assert _test_notebook(
         'chapter03_deep-neural-networks/mlp-dropout-scratch')
コード例 #33
0
 def test_lds_scratch(self):
     assert _test_notebook('chapter12_time-series/lds-scratch')
コード例 #34
0
 def test_plumbing(self):
     assert _test_notebook('chapter03_deep-neural-networks/plumbing')
コード例 #35
0
 def test_custom_layer(self):
     assert _test_notebook('chapter03_deep-neural-networks/custom-layer')