Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FayazRahman authored and haifeng-jin committed Aug 28, 2020
1 parent a39896b commit 20428c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@
TEST_DATA_URL = "https://storage.googleapis.com/tf-datasets/titanic/eval.csv"

TRAIN_CSV_PATH = tf.keras.utils.get_file(
fname=os.path.basename(TRAIN_DATA_URL),
origin=TRAIN_DATA_URL
fname=os.path.basename(TRAIN_DATA_URL), origin=TRAIN_DATA_URL
)
TEST_CSV_PATH = tf.keras.utils.get_file(
fname=os.path.basename(TEST_DATA_URL),
origin=TEST_DATA_URL
fname=os.path.basename(TEST_DATA_URL), origin=TEST_DATA_URL
)


Expand Down

0 comments on commit 20428c9

Please sign in to comment.