We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cc5a8 commit b5d3e1dCopy full SHA for b5d3e1d
docs/examples/frameworks/mxnet/gluon.ipynb
@@ -90,7 +90,7 @@
90
"@pipeline_def\n",
91
"def gluon_pipe():\n",
92
" jpegs, labels = fn.readers.file(\n",
93
- " file_root=data_path + '/lfw-deepfunneled/', random_shuffle = True, pad_last_batch=True)\n",
+ " name='Reader', file_root=data_path + '/lfw-deepfunneled/', random_shuffle = True, pad_last_batch=True)\n",
94
" images = fn.decoders.image(jpegs, device='mixed')\n",
95
" images = fn.resize(\n",
96
" images, resize_x=target_wd, resize_y=target_ht, interp_type=types.INTERP_LINEAR)\n",
0 commit comments