go Torch loaded model accuracy is downed. 英文: Torch loaded model accuracy is downed 问题 我已经训练了一个ResNet模型,并将其权重保存到一个.pt文件中,如下所示。 这是文件 1 model = ... 2023年7月3日125评论deep-learning pytorch
go Fasttext中的正则化 英文: Regularization in Fasttext 问题 我目前正在训练一个FastText分类器,面临着过拟合的问题。 model = fasttext.train_supervised(... 2023年6月22日114评论fasttext overfitting-underfitting