请问训练好一个模型以后,怎么用这个模型做预测,比如书籍评论模型?
Open
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 520
- PR merge metrics
- No merged PRs in 30d
Description
import torch
state_dict=torch.load('/content/models/classifier_model.bin')#state_dict()
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.