Skip to content

Commit

Permalink
setup for tf load_data (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
SYangster authored Feb 8, 2024
1 parent 1bc7196 commit 22405a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ tests:
"data": { "run_finished": True }
validators:
- path: tests.integration_test.src.validators.TFModelValidator
setup:
- python -c "import tensorflow as tf; tf.keras.datasets.mnist.load_data()"

0 comments on commit 22405a3

Please sign in to comment.