Hao Guan
Hao Guan
**Describe the bug** When we try to quantize a model containing a `TFOpLambda` layer, an AttributeError `'list' object has no attribute 'dtype'` would occur. **System information** TensorFlow version (installed from...
I switched the runtime of IntelliJ IDEA to 17 to enable the Metal API and improve the performance on my Mac. However, I have found the the icons on the...
- 对于每次 push,可以在 Artifacts 部分下载对应 commit 的编译。例如 https://github.com/hguandl/blivechat/actions/runs/5331295199 - 对于 tag,还会自动发布 release。例如 https://github.com/hguandl/blivechat/actions/runs/5331295792 和 https://github.com/hguandl/blivechat/releases/tag/v2023-05-26 ### TODO - 编译产物经过测试都可运行,但是存在一些小问题。比如 Linux 下会尝试用浏览器打开网页,对命令行环境不友好。这个用其他 PR 来解决吧。
#9805 提到 ADB server 端口可以通过设置 `ANDROID_ADB_SERVER_PORT` 来自定义。因此为 adb-lite 添加这个环境变量支持,如果没有此环境变量再默认使用 5037 端口。
**Is this PR adding new feature or fix a BUG?** Fix BUG. **Is this pull request related to any issue? If yes, please link the issue.** #730
**Is this PR adding new feature or fix a BUG?** Add feature. **Is this pull request related to any issue? If yes, please link the issue.** N/A **Description** In tools/api_client.py,...
**Is this PR adding new feature or fix a BUG?** Fix BUG. **Is this pull request related to any issue? If yes, please link the issue.** N/A **Description** Currently, `--play`...