01 2021 档案

摘要:第一步: 生成github tokens 在 Settings / Developer settings / Personal access tokens jeshy_git_token 你自己的Token******72245e4c6*****第二步: 需要在 mavn安装目录 编辑配置文件 se 阅读全文
posted @ 2021-01-30 19:54 土博姜山山 阅读(1087) 评论(2) 推荐(1)
摘要: 阅读全文
posted @ 2021-01-29 21:01 土博姜山山 阅读(514) 评论(0) 推荐(1)
摘要:本博文 主要记录 本博对JetsonTX2的刷机心路历程(JetPack4.5 2021年1月22日) 1. 购买了JetsonTX2开发套件一套、JetsonTX2核心板与对应的小开发板,JetsonTX2开发套件主要目的是在实验室里进行算法测试与验证,JetsonTX2核心板与对应的小开发板主要 阅读全文
posted @ 2021-01-23 17:00 土博姜山山 阅读(3354) 评论(30) 推荐(2)
摘要:# Pytorch常用损失函数 model = nn.Sigmoid() # 优化器设置 ,并传入模型参数和相应的学习率 optimizer = torch.optim.Adam(model.parameters(), lr=1e-3) # 常用损失函数 # L1Loss(L1 norm) 创建一个 阅读全文
posted @ 2021-01-17 13:35 土博姜山山 阅读(647) 评论(0) 推荐(0)
摘要:https://www.desmos.com/calculator?lang=zh-CN 函数绘制工具 https://www.derivative-calculator.net/ 求导 https://www.integral-calculator.com/ 积分 https://www.wolf 阅读全文
posted @ 2021-01-15 12:40 土博姜山山 阅读(1384) 评论(0) 推荐(0)
摘要:#检查PyTorch-cuda-cudnn版本 import torch torch.version # PyTorch version torch.version.cuda # Corresponding CUDA version torch.backends.cudnn.version() # 阅读全文
posted @ 2021-01-15 10:41 土博姜山山 阅读(1021) 评论(0) 推荐(0)
摘要:利用 Anderson-Darling Test 安德森-达令检验样本数据是否来自特定分布(包括分布:'norm', 'expon', 'gumbel', 'extreme1' or 'logistic'.) 阅读全文
posted @ 2021-01-12 18:32 土博姜山山 阅读(1164) 评论(0) 推荐(0)
摘要:利用 Python Fitter 拟合数据样本符合那种的分布函数 阅读全文
posted @ 2021-01-12 18:31 土博姜山山 阅读(2785) 评论(0) 推荐(0)