lbininhbl

Results 3 issues of lbininhbl

1. 新增基础的 TapState; 2. 新增 - touchBegan:和 - touchEnd: 处理回调的逻辑.

在分页的style下,滑动的距离很小的时候,不会到下一页。但是想改,没找到能影响这个距离的地方。

我在打算将训练出来的模型转换成tflite格式在移动端上使用,但是转换的时候一直报错。 `ValueError: Unknown layer: ProposalLayer` 类似这些自定义层的问题,我都在加载model的时候都添加了这个参数解决 `custom_objects={"ProposalLayer": ProposalLayer}` 然后将自定义层的初始化方法的参数都加上了默认的值,最终还会报错 `AttributeError: 'Node' object has no attribute 'output_masks'`