-
## Description
Attempting to use DeepRenewal. It was working about a month ago for me, but I left this project and came back to it just yesterday.
## To Reproduce
```
import numpy as np
impo…
ghost updated
2 years ago
-
I used the environment from https://github.com/NVIDIA/DeepLearningExamples/tree/master/MxNet/Classification/RN50v1.5 to train resnet-50 with multiple GPUs (with horovod using nccl), and found the dura…
-
In the documentation here : https://github.com/dmlc/gluon-nlp/blob/master/docs/examples/sentence_embedding/bert.md in the "Conclusion" points to this broken link ( https://github.com/dmlc/gluon-nlp/bl…
-
I have two questions on bring-your-own-mxnet model for inference only.
I followed the mxnet_mnist_byom example:
https://github.com/awslabs/amazon-sagemaker-examples/tree/master/advanced_functionali…
-
https://ci.mxnet.io/blue/organizations/jenkins/GluonNLP-py3-master-cpu-unittest/detail/PR-1050/1/pipeline
```
[2019-12-13T22:50:21.486Z] =================================== FAILURES ================…
-
具体错误代码如下,不知道你有没有遇到这种情况?
Traceback (most recent call last):
File "/home/qbzhao/CSJ/Dettoolbox/test_flops.py", line 120, in
test_op_summary(mobilenet_v2_1_0, drop_fc=drop_fc)
File "/home/…
-
this is the code following with tutorial
```
In [1]: from gluoncv import model_zoo, data, utils
In [2]: net = model_zoo.get_model('faster_rcnn_resnet50_v1b_voc', pretrained=True)
In [4]: im_…
ghost updated
6 years ago
-
As the title mention, this drive me crazy. What I want to do is
1. Create an endpoint to predict the image type based on the mxnet
2. Call the endpoint by lambda function(not sure doable or not)
…
-
**Link to the notebook**
https://github.com/aws/amazon-sagemaker-examples/blob/main/sagemaker-python-sdk/mxnet_gluon_sentiment/mxnet_sentiment_analysis_with_gluon.ipynb via https://sagemaker-examples…
-
## Description
As part of #1413 I was running the ELECTRA-base model and found several issues along the way.
- [x] dataloader KeyError and crash in pre-training #1525
dataloader KeyError error m…