Elaina

Results 4 issues of Elaina

fix: close at the start of playback on Windows, block=False; fix: try to close when opening fails on Windows; `test.py` passed on my local system (`Windows 10`, `Python 3.9.13` and...

经搜索,Gitee 上同样存在不少与吉林大学相关的开源项目。 维护者将抽空进行收集整理。若出现同一项目发布于不同平台,按最后更新优先 > GitHub 优先进行去重。 为避免可能的安全问题,Gitee 的项目应进行标注。

Hi, If the original `.gitignore` is used, `__pycache__` in some places will not be ignored. So I update `.gitignore` to ignore build files and `__pycache__` everywhere.

fix: variable name and import errors. If `num_workers=2` in `torch.utils.data.DataLoader()`, an error will occur without nvidia gpu. So I let `num_workers=2 if torch.cuda.is_available() else 0` to run use cpu when...