Tater Li
Tater Li
How to import a new Tensorflow model? *.pb file how to convert to arm_nn function?
这篇东西不适合写在自己网站,毕竟太容易被查水表了,但是确实也很有必要写,没办法,那就写到这里! 关于在xray-core的WireGuard的配置,描述很少,而且很多人是用来套wgcf,其实这是一个非常好的应用层实现,这样OVZ也能很容易套上WireGuard隧道,甚至如果你有一些老外VPN(通常提供WireGuard),那么可以直接套上,把最后流量出口导向其他服务. 阅读代码可以知道,他涉及两个配置. ```go type WireGuardPeerConfig struct { PublicKey string `json:"publicKey"` PreSharedKey string `json:"preSharedKey"` Endpoint string `json:"endpoint"` KeepAlive int `json:"keepAlive"` AllowedIPs []string `json:"allowedIPs,omitempty"` } type WireGuardConfig struct { SecretKey string...
A53 Boot
修改TF卡旁边的BOOT选择电阻,使下拉5.1K,没有引导到A53,是官方镜像没有考虑兼容A53吗?