heham

Results 26 comments of heham

> > > > 1. Connect your device to a computer > > 2. On the computer you make sure the device shows up with `adb devices` > > 3....

尝试修改 device = torch.device("cuda")为device = torch.device("cpu")之后出现RuntimeError: expected scalar type Long but found Int,loss = criterion(outputs, labels)

> 尝试修改 device = torch.device("cuda")为device = torch.device("cpu")之后出现RuntimeError: expected scalar type Long but found Int,loss = criterion(outputs, labels) 169行上面增加labels = labels.to(torch.long)

不知道怎么搞了,改了之后训练是通过了,但是识别不正确

好的,谢谢解惑,打包对我来说可有可无,我的脚本也都是在app里运行

> 不是签到,做任务,就跟你这两个项目差不多吧估计,我也没玩过,简单的签到我倒是会搞

项目如果启动了我可以做些力所能及的协助,能力有限可以打打杂

> 自定义签名,不行MT管理器再混淆一遍 autox里怎么配置自定义签名,有签名文件

如果你是鸿蒙系统那你可能跟我一样的问题,这可能是系统的某种机制引起的,你可以这样测试一下,删掉APP重启,然后断网的状态下安装,这个时候系统应该还没有标记不安全APP什么的,马上测试一下是否可以分析小程序,如果是那你的APP需要签名,不被标记为不安全就没问题了