Loading

上一页 1 2 3 4 5 6 7 ··· 28 下一页
摘要: 我的报错信息 The detected CUDA version (9.1) mismatches the version that was used to compile PyTorch (11.3). Please make sure to use the same CUDA versions. 阅读全文
posted @ 2023-02-01 17:22 ZXYFrank 阅读(4918) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Megvii-BaseDetection/YOLOX/issues/1289#issuecomment-1409988436 Hey guys. I found a workaround in my case. (please fix me if I'm mis 阅读全文
posted @ 2023-01-31 17:02 ZXYFrank 阅读(836) 评论(0) 推荐(0) 编辑
摘要: git checkout -f YOUR_BRANCH 阅读全文
posted @ 2023-01-31 16:26 ZXYFrank 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 快速排序 gist 可运行代码 Partition的含义是让某个基准元素归位 排序算法——快速排序(Quicksort)基准值的三种选取和优化方法 左侧基准 右侧先走 指针小于(严格) i < j 值等于(非严格) a[j] >= pivot,a[i] <= pivot 如果值比较的时候是严格小于或 阅读全文
posted @ 2023-01-30 10:26 ZXYFrank 阅读(111) 评论(0) 推荐(0) 编辑
摘要: C:\Users\Frank.config\clash 找到系统中的配置文件 删除 再重装即可 阅读全文
posted @ 2023-01-28 21:12 ZXYFrank 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 拖住右端点 比如说我拖到这一点了,我觉得可以了 然后再拖这个黄点,就可以调整侧面的形状了 yes! 阅读全文
posted @ 2023-01-20 21:51 ZXYFrank 阅读(172) 评论(0) 推荐(0) 编辑
摘要: # %% import torch from torch import autograd import torchvision resnet = torchvision.models.resnet.resnet18() convs = torch.nn.Sequential(*(list(resne 阅读全文
posted @ 2023-01-11 10:41 ZXYFrank 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ctrl + shift + p, Markdown Preview Enhanced: Customize CSS 打开之后,把 .markdown-preview-enhanced.markdown-preview 给删掉 https://github.com/shd101wyy/vscode- 阅读全文
posted @ 2023-01-10 17:41 ZXYFrank 阅读(636) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/reorder-list/solutions/45113/Share-a-consise-recursive-solution-in-C++/ https://leetcode.cn/problems/reorder-list/soluti 阅读全文
posted @ 2023-01-05 10:53 ZXYFrank 阅读(15) 评论(0) 推荐(0) 编辑
摘要: It can guide us. 我们害怕浪费时间 It keeps us from enjoying the moment. 我们本该完成计划,但是我们做了别的事情 科技并不是我们焦虑的原因 社交媒体,也不过是一种媒体 哈哈哈不要误会我 但是再多的赞,都不会解决我们的问题 因为我们出卖自己,我们待 阅读全文
posted @ 2023-01-02 14:22 ZXYFrank 阅读(50) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 28 下一页