swingcoder

Results 26 comments of swingcoder

It is because of not support key=>value format.

The MTL file extracted from .dat does not contain full definitions, when load by three.js only black object displays.

很会花钱(表示也很会赚钱):D

纯txt词库确实很慢,而且还占用很多的内存,对于生产业务来说不太合适。整体上功能是可以使用的,不错,赞一个,如果完善一个这个问题,相信会有质的提升。谢谢作者。

这个UI框架应该s了,选型还是要用大平台提供的。

sh scripts/gui.sh 启动报错 ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: python3.9 [56089] Path: /Users/USER/*/python Identifier: python3.9 Version: ??? Code Type: ARM-64 (Native) Parent Process: Exited process [56088] Responsible: Terminal...

ATX 不稳定,经常重启uiautomator2,在执行任务中间也会重启。 [I 200307 23:14:05 init:132] uiautomator2 version: 2.5.7 [D 200307 23:14:06 __init__:766] restart-uiautomator since "UiAutomation not connected" [D 200307 23:14:06 __init__:822] Device: HUAWEI, THF6R19A21001267 [D 200307 23:14:06 __init__:828] stop...

> 现在是每隔3分钟,如果没有任何UI操作的话,会关掉uiautomator服务。释放accessibility服务的占用。 > 不过貌似很多人对这个不太理解。要不改成3小时好了。 如果3分钟断开一次,断开后再启动时,好像会恢复运行uiautomator,但不会恢复正常的执行,还要再运行一遍,调试时,每次都要运行2次,好麻烦。改成3小时比较好。

依赖问题就像俄罗斯套娃一样,一个接着一个。 降级了版本 pip install visualdl==2.4.2 可以运行,执行demo时,又提示numpy.float版本在1.20后废弃了,默认安装的numpy==1.24.3。 visualdl 2.4.2 还在使用numpy.float(代码在 base_compnent.py引用 labels.astype(np.float) ) 好吧,降级numpy==1.19.5 结果build wheel编译不了... setup.py:67: RuntimeWarning: NumPy 1.19.5 may not yet support Python 3.10. 哈哈。。。 ------------------ Fine,查了一下 https://pypi.org/project/paddlepaddle/ 对各系统的支持,原来macOS才支持到python3.8...