mindspore-nlp-tutorial icon indicating copy to clipboard operation
mindspore-nlp-tutorial copied to clipboard

Natural Language Processing Tutorial for MindSpore Users

Results 1 mindspore-nlp-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

mindspore 1.8.1 how to slove the problem? from mindspore import context context.set_context(mode=context.GRAPH_MODE) net_with_criterion = WithLossCell(model, criterion) train_network = nn.TrainOneStepCell(net_with_criterion, optimizer) train_network.set_train() # Training for epoch in range(20): # hidden :...