Pull256

Results 11 comments of Pull256

> 有可能是显存不够导致的,运行时需要大约12G的显存。最好使用12G以上显存的显卡。 可以把batch_size改为1试试。 感谢您的回复,在configs/s2anet/s2anet_r50_fpn_1x_fair1m_1_5.py更改batch_size=1之后,错误依旧,同时参考论坛做了几个测试 python -m jittor.test.test_cuda 正常 python -m jittor.test.test_array 报错 code=700( cudaErrorIllegalAddress ) , code=4( CUDNN_STATUS_INTERNAL_ERROR ) python -m jittor.test.test_resnet 训练正常 加入环境变量use_cuda_managed_allocator=0后,错误依旧 感觉似乎确实是电脑的问题,因为python -m jittor.test.test_resnet是正常的,但是换一个数据集就不行了,不知道我的推测对不对。

我是1060-6g的笔记本电脑,和您说的12g相差甚远😂

我之前npm出错,无法使用npm,删干净之后用nodejs上的二进制文件重新安装了,在这里分享一下踩坑的经验 删除教程:https://stackoverflow.com/questions/33870520/npm-install-cannot-find-module-semver 中Schmudde的方法 安装教程:https://blog.csdn.net/qq_44214671/article/details/121131866 顺便说一下手动提取滑动验证ticket的办法,也是网上找到的: https://blog.csdn.net/m0_51607907/article/details/124244034 最后感谢楼主的教程,之前是在windows下搭建的,很轻松,以为ubuntu下也很简单,直到puppeteer报错一万次,我还真的准备一个个的安装依赖,所幸看到了教程,免于重复劳动之苦。

> > 我之前npm出错,无法使用npm,删干净之后用nodejs上的二进制文件重新安装了,在这里分享一下踩坑的经验 删除教程:https://stackoverflow.com/questions/33870520/npm-install-cannot-find-module-semver 中Schmudde的方法 安装教程:https://blog.csdn.net/qq_44214671/article/details/121131866 > > 顺便说一下手动提取滑动验证ticket的办法,也是网上找到的: https://blog.csdn.net/qq_44214671/article/details/121131866 > > 最后感谢楼主的教程,之前是在windows下搭建的,很轻松,以为ubuntu下也很简单,直到puppeteer报错一万次,我还真的准备一个个的安装依赖,所幸看到了教程,免于重复劳动之苦。 > > 你获取ticket的方法是不是贴错链接了() 改好了,说实话这windows的剪贴板不给劲啊,经常出现ctrl+c之后复制不上的问题

之前我提过这个Issue,也通过代理软件进行了简单的分析,希望对这个有帮助 I mentioned this issue before and also did a brief analysis via proxy software, hope that helps with this. https://github.com/Grasscutters/Grasscutter/issues/326

It is sad that my ipad(6th,2018) is running ios 14.3. But in 2022, I can only upgrade the firmware to ios 16. So if I want to use the zotero...

Eventually, I got ssh access through this amazing program [xmir-patcher](https://github.com/openwrt-xiaomi/xmir-patcher). However I found that the CPU of this router is not mt7621 but RTL8197F. Below is the message from _cat...

**补充说明,我刷入的是 mt7981_ax3000t-fip-fixed-parts.bin ,刷入过程为** ``` root@XiaoQiang:/tmp# mtd write mt7981_ax3000t-fip-fixed-parts.bin FIP Unlocking FIP ... Writing from mt7981_ax3000t-fip-fixed-parts.bin to FIP ... root@XiaoQiang:/tmp# mtd write mt7981_ax3000t-fip-fixed-parts.bin FIP Unlocking FIP ... Writing from mt7981_ax3000t-fip-fixed-parts.bin to...

我在怀疑是不是小米改了啥导致的,主要是刷入一些正常,为了保证结果我还刷了两次,理论上不至于啊。

更新下细节,今天刷了[https://www.blumia.net/2024/05/25/ax3000t-uboot-immortalwrt.html](https://www.blumia.net/2024/05/25/ax3000t-uboot-immortalwrt.html)编译的[uboot](https://github.com/BLumia/bl-mt798x/tree/24.05.25),能进入原始系统,但是还是进不去uboot。我核对了下某个售卖uboot的下的评论区,有9月的评论表示,出厂固件是1.0.84的路由器在刷机后会出现无法识别网线的问题,不知道是不是指uboot无法访问。 所以如果像我一样近期买的话,请核对出厂固件是否为*1.0.84*,如果是,请谨慎刷机,至少不要刷24年1月这个release的,现在我还找不到救砖的方法。