greyovo
greyovo
> 我编译的sqlitebrowser,可以打开微信的数据库。https://github.com/lasting-yang/sqlitebrowser 非常感谢!Thanks very much! 🎉🎉
@martincizek Sorry. I updated the code.
I see. Thanks for your reply. : ) @martincizek
For future users: if this didnt work for u, stop your current debug process and restart from scratch: - run `flutter clean` - then run `flutter run`
NOT_IMPLEMENTED : Could not find an implementation for ConvInteger(10) node with name 'Conv_0_quant'
I found a workaround to solve this, by setting: ```python quantize_dynamic(input_model, output_model, weight_type=QuantType.QInt8, nodes_to_exclude=['/conv1/Conv']) ``` Here, `nodes_to_exclude` should be the list of conv layer name in your model. You may...
Maven 拉取 jfoenix 依赖了吗 ```shell mvn install ```
那很奇怪,根据你的报错提示 `ClassNotFoundException` 我也没办法了
你好。抱歉,因为是基于.NET开发的,所以应该无法生成macOS上的可执行文件,所以没办法。不过未来有考虑使用python重构整个工具,但短期内我还没空,等到有更新时会通知你的
你好,感谢反馈。如果方便的话可以发一下你要转换的文件吗?我方便进行调试。 不过我目前还没有空去更新修复,如果你着急用的话,可以查看`README.md`中使用html间接转换的方法。
> 经过测试我的电脑上所有的md文件都无法转换 > > 😂好的 看来问题有点大 我有空修复一下。