-
Hi, i am getting started in NLP area.
i have got in trouble,when i run the script "run_glue.py" .
it said that ModuleNotFoundError: No module named 'classification', and i can not find the module …
HuFBH updated
4 years ago
-
## Description
The `fit()` function of `gluon.estimator` only supports input from `gluon.DataLoader`. One limitation of `gluon.DataLoader` is that it accesses training data with index. Therefore, it…
-
net=nn.HybridSequential()
with net.name_scope():
net.add(nn.Conv2D(64,kernel_size=3,strides=1,padding=1),
nn.BatchNorm(),
nn.Activation('relu'))
......
gr…
-
## 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…
-
## Description
When using npx.set_np(), I create a net (model), save it using `net.export()`, later re-load it using `mx.gluon.SymbolBlock.imports()`. I get an error as show below...
### Error …
-
### 简介
horovod是支持pytorch,tensorflow,mxnet多机分布式训练的库,其底层机器间通讯依赖nccl或mpi,所以安装前通常需要先安装好nccl、openmpi,且至少安装了一种深度学习框架,譬如mxnet:
```shell
python3 -m pip install gluonnlp==0.10.0 mxnet-cu102mkl==1.6.0.post0…
-
## Description
Properties aren't rendering properly:
https://mxnet.incubator.apache.org/api/python/gluon/gluon.html?highlight=trainer#mxnet.gluon.Trainer
-
## Description
From discussion #19568 , we want to have [mxnet.gluon.SymbolBlock.imports](https://mxnet.apache.org/versions/1.7/api/python/docs/api/gluon/symbol_block.html#mxnet.gluon.SymbolBlock.imp…
-
Hi,
We have re-implemented the estimation model in [GluonCV](https://gluon-cv.mxnet.io/). We also achieve slightly higher AP by using pre-trained ResNet with higher accuracy: https://gluon-cv.mxnet…
-
## Description
I have tried to install KoBert Model
![image](https://github.com/dmlc/gluon-nlp/assets/96771858/64652d30-3801-41f0-96af-1febdb449cd0)
### Error Message
`ERROR: Command e…