写具体的网络结构,它往往是一个Class,并且往往是一个单独的文件 配置文件中会指定我们使用哪一个网络结构,往往是Class name 在训练过程的某一
ThingsBoard is an open-source IoT platform that enables rapid development, management, and scaling of IoT projects. Our goal is to provide the out-of-the-box IoT cloud or on-premises solution that will enable server-side infrastructure for your IoT applications.
scalable: the horizontally scalable platform, built using leading open-source technologies. fault-tolerant: no single-point-of-failure, every node in the cluster is identical. robust and efficient: a single server node can handle tens or even hundreds of thousands of devices, depending on the use-case.
BasicSR (Basic Super Restoration) 是一个基于 PyTorch 的开源图像视频复原工具箱, 比如 超分辨率, 去噪, 去模糊, 去 JPEG 压缩噪声等. Real-ESRGAN: 通用图像复原的实用算法 GFPGAN: 真实场景人脸复原的实用算
组件调试,生命周期 ARouter 使用: https://github.com/xiangjiana/Android-MS/blob/master/android/router.md https://www.jianshu.com/p/394cff2c3504 https://developer.android.com/guide/components/aidl?hl=zh-cn 官网文档AIDL 基本使用 序列化 googleProtobuf 使用 Resource https://www.jianshu.com/p/59368ce8b670 android 组件化开发系列教程 要有组件化架构设计的整体思想(各个组件之间的依赖
1. 离散特征的编码 离散特征的取值之间没有大小的意义,比如color:[red,blue],那么就使用one-hot编码 离散特征的取值有大小的意
OkHttp是一个优秀的网络请求框架,可能一说到网络请求框架,可能很多人都会想到volley,volley是一个Google提供的网络请求框