(1) 错误问题一:TypeError: meshgrid() got multiple values for keyword argument ‘indexing’
1.1解决方案:点击图片中黄色部分所在位置的文件,删除indexing=“ij”
(2)错误问题二:AttributeError: ‘FreeTypeFont’ object has no attribute ‘getsize’
2.1解决方案:是Pillow版本太高导致的,终端输入以下指令降低Pillow版本
pip install Pillow==9.5
(3)错误问题三:RuntimeError: result type Float can’t be cast to the desired output type __int64
3.1解决方案:
如上图,定位到loss.py文件,修改后本句内容为