mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Fix test_set should be based on eval_files[5:], not eval_files[:5], fixes #144
This commit is contained in:
@@ -1373,7 +1373,7 @@
|
||||
"source": [
|
||||
"train_set = quickdraw_dataset(train_files, shuffle_buffer_size=10000)\n",
|
||||
"valid_set = quickdraw_dataset(eval_files[:5])\n",
|
||||
"test_set = quickdraw_dataset(eval_files[:5])"
|
||||
"test_set = quickdraw_dataset(eval_files[5:])"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user