Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Added tests for Fit API tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushghai committed Mar 18, 2019
1 parent 5aa664a commit 069c456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tutorials/test_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ def test_gluon_learning_rate_schedules_advanced():
def test_gluon_info_gan():
assert _test_tutorial_nb('gluon/info_gan')

def test_gluon_fit_api_fashion_mnist():
assert _test_tutorial_nb('gluon/fit_api_tutorial')

def test_nlp_cnn():
assert _test_tutorial_nb('nlp/cnn')

Expand Down

0 comments on commit 069c456

Please sign in to comment.