会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
47759476
Once you get through that terrifying factual and accepting that,then every place is the center of the universe,and every moment is the most important moment and everything is the meaning of life
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
27
下一页
[置顶]
不破不立,不塞不流,不止不行
摘要: 参考:https://baike.baidu.com/item/%E4%B8%8D%E7%A0%B4%E4%B8%8D%E7%AB%8B/1918679 不破不立,讲的是这么一回事,破的是自己的茧,然后在别人眼里站立起来。很多人的茧很厚,把自己包裹得太严实,这个茧不是别的,正是古来难以定义的介于自尊
阅读全文
posted @ 2021-12-07 00:27 TR_Goldfish
阅读(267)
评论(1)
推荐(0)
2023年7月26日
Pytorch中.detach()与.data的用法
摘要: https://zhuanlan.zhihu.com/p/410199046
阅读全文
posted @ 2023-07-26 06:40 TR_Goldfish
阅读(48)
评论(0)
推荐(0)
2023年7月5日
conda install notebook -c conda-forge 这条指令中的 -c conda-forge是什么意思
摘要: 在这条指令中, -c conda-forge 是一个选项,意味着从 conda-forge 通道(channel)安装 notebook 软件包。 conda-forge 是一个由社区维护的 Conda 通道,提供了许多开源软件包。通过指定 -c conda-forge ,将从这个通道安装软件包,而
阅读全文
posted @ 2023-07-05 01:10 TR_Goldfish
阅读(1840)
评论(0)
推荐(0)
2023年7月2日
conda 初始化
摘要: https://blog.51cto.com/u_15127581/4312761
阅读全文
posted @ 2023-07-02 01:38 TR_Goldfish
阅读(31)
评论(0)
推荐(0)
2023年2月7日
已知圆心以及半径,画圆
摘要: https://www.cnblogs.com/tsbc/p/15067685.html
阅读全文
posted @ 2023-02-07 21:22 TR_Goldfish
阅读(31)
评论(0)
推荐(0)
2022年12月6日
定理(Theorem)、引理(Lemma)、推论(Corollary)的区别
摘要: 名詞解釋 Theorem:就是定理,比較重要的,簡寫是 Thm。 Lemma:小小的定理,通常是為了證明後面的定理,如果證明的篇幅很長時,可能會把證明拆成幾個部分來敘述,雖然篇幅可能變多,但脈絡卻很清楚。 Corollary:推論。由定理立即可推知的結果。 Property:性質,結果雖然值得一記,
阅读全文
posted @ 2022-12-06 22:39 TR_Goldfish
阅读(2502)
评论(0)
推荐(0)
2022年11月4日
Python函数参数中的 : 以及 ->
摘要: 一些python函数中,参数后面有冒号,函数后面还有箭头,这是什么含义呢? 函数参数中的冒号是参数的类型建议符,告诉函数调用者希望传入的实参的类型。函数后面跟着的箭头是函数返回值的类型建议符,用来说明该函数返回的值是什么类型。 官方的解释是type hints,是Python 3.5新加的功能,作用
阅读全文
posted @ 2022-11-04 01:51 TR_Goldfish
阅读(728)
评论(0)
推荐(0)
2022年10月10日
sup, inf 与 min, max 的区别
摘要: https://chenzhen.blog.csdn.net/article/details/81233738 eg: 实际上它可以没有最大值,但是它可以有上界 max,min: 最大值和最小值 sup,inf: 上界和下界
阅读全文
posted @ 2022-10-10 01:08 TR_Goldfish
阅读(245)
评论(0)
推荐(0)
2022年9月24日
解决jupyter notebook启动后没有token的坑
摘要: https://www.jb51.net/article/210488.htm
阅读全文
posted @ 2022-09-24 15:41 TR_Goldfish
阅读(301)
评论(0)
推荐(0)
2022年9月20日
pytorch 随机数种子
摘要: https://zhuanlan.zhihu.com/p/391875795 https://zhuanlan.zhihu.com/p/419063125 可复现性 在硬件设备(CPU、GPU)不同时,完全的可复现性无法保证,即使随机种子相同。但是,在同一个设备上,应该保证可复现性。具体做法是,在程
阅读全文
posted @ 2022-09-20 06:39 TR_Goldfish
阅读(246)
评论(0)
推荐(0)
Implementing Dropout in PyTorch: With Example
摘要: https://wandb.ai/authors/ayusht/reports/Implementing-Dropout-in-PyTorch-With-Example--VmlldzoxNTgwOTE
阅读全文
posted @ 2022-09-20 03:50 TR_Goldfish
阅读(31)
评论(0)
推荐(0)
1
2
3
4
5
···
27
下一页
公告