TypeError: Expected ‘Iterator‘ as the return annotation for __iter__ of ExperienceSourceDataset

2023-05-16

问题:

使用pl_bolts时产生错误

TypeError: Expected 'Iterator' as the return annotation for __iter__ of ExperienceSourceDataset, but found typing.Iterable

解决方案:

从该源更新安装

pip install git+https://github.com/PytorchLightning/lightning-bolts.git@master --upgrade

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

TypeError: Expected ‘Iterator‘ as the return annotation for __iter__ of ExperienceSourceDataset 的相关文章

随机推荐