hkvision opened a new issue #17924: Got stuck when running estimator api example URL: https://github.com/apache/incubator-mxnet/issues/17924 I'm using cpu to run the code here without any code change: https://mxnet.apache.org/api/python/docs/tutorials/packages/gluon/training/fit_api_tutorial.html But it got stuck after printing our the problem: ``` Training begin: using optimizer SGD with current learning rate 0.0400 Train for 2 epochs. [Epoch 0] Begin, current learning rate: 0.0400 ``` What could be the problem? Also I want to ask is Estimator API officially recommended? Coz except this one, I cannot find any other one elsewhere... And estimator.fit only accepts dataloaders, wondering how can I transform ImageIter to DataLoader? Still I can't find related documentation anywhere... Thanks so much in advance!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services