Commit edf789c
authored
Removing deprecated argument
The untar argument is now deprecated in favor of extract according to the information at https://www.tensorflow.org/api_docs/python/tf/keras/utils/get_file. This PR replaces the untar argument used in this tutorial's keras.utils.get_file method with extract.1 parent a89b900 commit edf789c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
0 commit comments