Loading

上一页 1 2 3 4 5 6 7 8 ··· 29 下一页
摘要: 快速排序 gist 可运行代码 Partition的含义是让某个基准元素归位 排序算法——快速排序(Quicksort)基准值的三种选取和优化方法 左侧基准 右侧先走 指针小于(严格) i < j 值等于(非严格) a[j] >= pivot,a[i] <= pivot 如果值比较的时候是严格小于或 阅读全文
posted @ 2023-01-30 10:26 ZXYFrank 阅读(338) 评论(0) 推荐(0)
摘要: C:\Users\Frank.config\clash 找到系统中的配置文件 删除 再重装即可 阅读全文
posted @ 2023-01-28 21:12 ZXYFrank 阅读(6) 评论(0) 推荐(0)
摘要: 拖住右端点 比如说我拖到这一点了,我觉得可以了 然后再拖这个黄点,就可以调整侧面的形状了 yes! 阅读全文
posted @ 2023-01-20 21:51 ZXYFrank 阅读(246) 评论(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 阅读(254) 评论(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 阅读(989) 评论(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 阅读(23) 评论(0) 推荐(0)
摘要: It can guide us. 我们害怕浪费时间 It keeps us from enjoying the moment. 我们本该完成计划,但是我们做了别的事情 科技并不是我们焦虑的原因 社交媒体,也不过是一种媒体 哈哈哈不要误会我 但是再多的赞,都不会解决我们的问题 因为我们出卖自己,我们待 阅读全文
posted @ 2023-01-02 14:22 ZXYFrank 阅读(70) 评论(0) 推荐(0)
摘要: 我们将自己待价而沽 One more like, Nice. High Lightreel A piece of finite attention 我们出卖自己的生活 我们拍出最好的照片,等待最好的时机发送 FOMO - Builds overtime 危害 Feel-good chemical 化 阅读全文
posted @ 2023-01-02 14:01 ZXYFrank 阅读(233) 评论(0) 推荐(0)
摘要: Pytorch 动态图 Autograd grad_fn详解 Autograd require_grad 具有传递性,会将其结果也引入计算图中 requires_grad is contagious. It means that when a Tensor is created by operati 阅读全文
posted @ 2022-12-26 11:32 ZXYFrank 阅读(173) 评论(0) 推荐(0)
摘要: 网络原始输出 output=torch.cat([reg_output,obj_output.sigmoid(),cls_output.sigmoid()],1) https://github.com/Megvii-BaseDetection/YOLOX/blob/16d5a5f3dda342fd1 阅读全文
posted @ 2022-12-26 11:01 ZXYFrank 阅读(1354) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 29 下一页