report errors
RuntimeError: "unfolded2d_copy" not implemented for 'Half'
reason
Parameters use_half=true
passed in by the model, that is, the CPU is reasoned by using fp16 mixed precision calculation. Fp16 is used to speed up the speed, but the pytorch CPU does not support fp16,
Solution:
- Add use_half=False.
- Modify half() to float().
So that the model can be calculated;
Modification of my error report:
I hope this article is useful to you!
Thank you for your comments!
Read More:
- RuntimeError: Not implemented on the CPU [How to Solve]
- [Solved] nn.BatchNorm1d Error: RuntimeError: running_mean should contain 1 elements not 512错误
- [Solved] error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows
- [Solved] Cv2.imshow Error: window.cpp:1274: error: (-2:Unspecified error) The function is not implemented.
- [Solved] RuntimeError: DefaultCPUAllocator: not enough memory: you tried to allocate 1105920 bytes.
- [Solved] RuntimeError: cuda runtime error (801) : operation not supported at
- [Solved] RuntimeError: Numpy is not available (Associated Torch or Tensorflow)
- RuntimeError: Non RGB images are not supported [How to Fix]
- ValueError: Found array with dim 4. Estimator expected and ValueError: Expected 2D array, got 1D array i
- [How to Fix]RuntimeError: Python is not installed as a framework, If you are using (Ana)Conda
- FileNotFoundError: Could not find module ‘D:\Anaconda3\envs\labe\Library\bin\geos_c.dll‘ [Solved]
- Python reads excel and stores it in the list according to the header hash copy.deepcopy
- [Solved] python tqdm raise RuntimeError(“cannot join current thread“) RuntimeError: cannot join current thr
- [Solved] Pycharm Use pip Error: Script file ‘D:\Anaconda3\envs\pytorch\Scripts\pip-script.py‘ is not present
- [Solved] Python matplotlib Error: RuntimeError: In set_size: Could not set the fontsize…
- Copy the python3 installation package to Linux and run it. Error while loading shared libraries: libpython3.6. M.so. 1.0
- [Solved] RuntimeError: Error(s) in loading state_dict for BertForTokenClassification
- [Solved] RuntimeError: cublas runtime error : resource allocation failed at
- Pytorch Error: RuntimeError: value cannot be converted to type float without overflow: (0.00655336,-0.00
- [Pytorch Error Solution] Pytorch distributed RuntimeError: Address already in use