我正在尝试在AWS EC2实例上使用fastai启动Web应用程序,但是在检查点和当前模型之间出现大小不匹配错误。
但是,此Web应用程序在使用相同文件的本地计算机上运行良好,我已经在本地进行了几天的测试,但仍然没有遇到此问题。
有什么建议吗?我以为这与软件包版本有关,但是到目前为止,我还没有得到任何帮助。
RuntimeError: Error(s) in loading state_dict for AWD_LSTM:
size mismatch for encoder.weight: copying a param with shape torch.Size([6399, 400]) from checkpoint, the shape in current model is torch.Size([6389, 400]).
size mismatch for encoder_dp.emb.weight: copying a param with shape torch.Size([6399, 400]) from checkpoint, the shape in current model is torch.Size([6389, 400]).