barry-jin commented on issue #19420: URL: https://github.com/apache/incubator-mxnet/issues/19420#issuecomment-764303147
You can checkout gluon-nlp to https://github.com/dmlc/gluon-nlp/commit/7910d6d247ec9cb1b51cd49d79e3d474b087b188 and run following test suite. ``` git checkout 7910d6d247ec9cb1b51cd49d79e3d474b087b188 python3 -m pytest --device='gpu' --verbose --runslow tests/test_attention_cell.py tests/test_data_batchify.py tests/test_data_filtering.py tests/test_data_sampler.py tests/test_data_tokenizers.py tests/test_embedding.py tests/test_gluon_block.py tests/test_initializer.py tests/test_layers.py tests/test_loss.py tests/test_models.py tests/test_models_albert.py tests/test_models_bart.py tests/test_models_bert.py tests/test_models_electra.py tests/test_models_gpt2.py tests/test_models_roberta.py tests/test_models_transformer.py ``` ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
