[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-04-20 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-383170083 @jwfromm opened a PR with the fix https://github.com/apache/incubator-mxnet/pull/10628

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-28 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-377035118 it looks like you might be running the fix twice, which would point worker loop to itself ? ---

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-27 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-376616787 @jwfromm I will try to work on a PR this week if times allow ---

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-26 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-376347564 hot-fix for this problem: use at your own risk: ``` import mxnet as mx from mxnet import gluon

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-26 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-376347564 hot-fix for this problem: use at your own risk: ``` import mxnet as mx from mxnet import gluon

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-26 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-376347564 Use at your own risk. This worked for me: ``` import mxnet as mx from mxnet import gluon from

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-26 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-376347564 hot-fix for this problem: use at your own risk: ``` import mxnet as mx from mxnet import gluon

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-26 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-376347564 Use at your own risk. This worked for me: ``` import mxnet as mx from mxnet import gluon from

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-21 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-375189778 Same issue here, that's pretty problematic for preprocessing-heavy datasets. Having done a bit of

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-21 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-375189778 Same issue here, that's pretty problematic for preprocessing-heavy datasets. Having done a bit of

[GitHub] ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2018-03-21 Thread GitBox
ThomasDelteil commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-375189778 Same issue here, that's pretty problematic for preprocessing-heavy datasets