上一页 1 2 3 4 5 6 ··· 27 下一页
摘要: https://stackoverflow.com/questions/64089854/pytorch-detection-of-cuda In the conda env (myenv) where pytorch is installed do the following: conda act 阅读全文
posted @ 2022-09-19 14:46 TR_Goldfish 阅读(36) 评论(0) 推荐(0) 编辑
摘要: torch.nn.functional.softmax https://pytorch.org/docs/stable/generated/torch.nn.functional.softmax.html?highlight=softmax#torch.nn.functional.softmax h 阅读全文
posted @ 2022-09-10 21:07 TR_Goldfish 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://pytorch.org/docs/stable/generated/torch.squeeze.html#torch.squeeze TORCH.SQUEEZE 对于一个tensor 如果他的shape是 3 $ \times $ 7 $ \times $ 1 $ \times $ 阅读全文
posted @ 2022-09-09 14:28 TR_Goldfish 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://www.zhangshilong.cn/work/133072.html pycharm如何搜索代码 目录 按Ctrl N文件名搜索py文件 用Ctrl shift N文件名搜索所有类型的文件 ctrl shift f全局字符串搜索 ctrl shift a 双shift搜索 可以按 阅读全文
posted @ 2022-07-25 01:40 TR_Goldfish 阅读(3214) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_38406029/article/details/115064277 阅读全文
posted @ 2022-07-18 01:05 TR_Goldfish 阅读(71) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/z-x-y/p/9907430.html //运算符执行地板除法(向下取整除),它会返回整除结果的整数部分 print(7//2) #3 这里整除后会返回3.5 阅读全文
posted @ 2022-07-17 00:34 TR_Goldfish 阅读(115) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_40051325/article/details/105511159 nb写法 使用方法二: trange trange(i) 是 tqdm(range(i)) 的简单写法 from tqdm import trange for i in t 阅读全文
posted @ 2022-07-16 22:46 TR_Goldfish 阅读(207) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/still-smile/p/11636958.html 阅读全文
posted @ 2022-07-16 20:26 TR_Goldfish 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/330126934?ivk_sa=1024320u 这个时候还有一个概念叫风险函数(risk function)。风险函数是损失函数的期望,这是由于我们输入输出的(X,Y)遵循一个联合分布,但是这个联合分布是未知的,所以无法计算。但是我们是有 阅读全文
posted @ 2022-07-09 12:05 TR_Goldfish 阅读(35) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV11b4y1W7u8?p=3&vd_source=15c8d0c20488b158d015d02db40c9817 阅读全文
posted @ 2022-06-30 01:14 TR_Goldfish 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 27 下一页