-
Notifications
You must be signed in to change notification settings - Fork 6.8k
ImageDetIter looping forever in MXNet-1.3.0 #13037
Comments
@mxnet-label-bot [Bug, Python] |
Thanks for reporting the issue @Wallart |
I'm running my code on nvidia-docker containers (Ubuntu 17.10) with CUDA 9.2. I compiled each of my MXNet version from scratch with opencv and mkldnn support. If we consider the following code snippet, using a dataset in ImageRecord format (approximately 200 images) :
On MXNet 1.2.1 it will work as expected and the epochs will keeps flowing through the console
But on MXNet 1.3.0 an epoch will be divided to an infinite range of batches
It shouldn't take so long to complete a simple epoch, there is only 200 images in the dataset. |
@zhreshold ok I'll look into it |
Hello everybody !
I might have found a bug on on the ImageDetIter.
Recently I ran some old code written thanks to Gluon Object detection tutorial.[https://gluon.mxnet.io/chapter08_computer-vision/object-detection.html]
It's fully functional until MXNet 1.2.1. But in MXNet 1.3.0 the loop for iterating over batches is looping forever.
The text was updated successfully, but these errors were encountered: