Skip to content

Commit

Permalink
Add note on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
julvo committed Jun 3, 2021
1 parent d5fbe65 commit 7f5504f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,10 @@ for epoch in reloading(range(NB_EPOCHS)):
test_step(test_images, test_labels)
```
[Here](https://github.com/julvo/reloading/blob/master/examples/tensorflow/train.py) is a full TensorFlow example.

## Testing

Make sure you have `python` and `python3` available in your path, then run:
```
$ python3 reloading/test_reloading.py
```

0 comments on commit 7f5504f

Please sign in to comment.