会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
哈哈哈喽喽喽
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
28
下一页
2022年4月20日
iiii
摘要: 政府官网 中国人民银行-经济数据
阅读全文
posted @ 2022-04-20 19:17 哈哈哈喽喽喽
阅读(53)
评论(0)
推荐(0)
2022年4月19日
dgz
摘要: 1、all UCF101 2、json EuroSAT DTD SUN397 Food101 Flowers102 OxfordPets StanfordCars Caltech101
阅读全文
posted @ 2022-04-19 21:19 哈哈哈喽喽喽
阅读(331)
评论(0)
推荐(0)
2022年4月15日
SimpleTokenizer
摘要: 输入一段文字描述,将文字描述中的自然语言转化成整形的特征(可能存在一个词变成多个整形特征),类似词带模型 每个单词映射成一个整形,映射表的构成由256个Ascii码映射+bpe常见的字符组合统计包bpe_simple_vocab_16e6.txt.gz(是字符组合的列表,列表先后顺序表示字符组合的频
阅读全文
posted @ 2022-04-15 11:15 哈哈哈喽喽喽
阅读(832)
评论(0)
推荐(0)
2022年4月7日
python
摘要: 1 pathlib 1.1 遍历创建文件夹 比如下面实例,t文件夹就不存在,则会递归创建t/tt/ttt from pathlib import Path a = Path("/home/t/tt/ttt") a.mkdir(parents=True, exist_ok=True) 2 locals
阅读全文
posted @ 2022-04-07 22:59 哈哈哈喽喽喽
阅读(21)
评论(0)
推荐(0)
2022年4月6日
s
摘要: https://drive.google.com/file/d/1-61f_ol79pViBFDG_IDlUQSwoLcn2XXF/view?usp=sharing
阅读全文
posted @ 2022-04-06 14:22 哈哈哈喽喽喽
阅读(58)
评论(0)
推荐(0)
2022年4月1日
GPU, 单机单卡, 多机多卡
摘要: 单机单卡 1.判断卡存在 torch.cuda.is_available() 2.数据拷贝到GPU data.cuda() 3.模型拷贝到GPU model.cuda() 4.加载的时候,需要map_location参数设置加载到哪个GPU torch.load(path, map_location
阅读全文
posted @ 2022-04-01 21:43 哈哈哈喽喽喽
阅读(2268)
评论(0)
推荐(0)
2022年3月31日
argparse
摘要: 1、add_argument和parse_known_args比较 add_argument只接受定义的参数,非定义的报错; parse_known_args接受非定义不会报错,会存在数组中; 建议使用第1种 import argparse parse = argparse.ArgumentPars
阅读全文
posted @ 2022-03-31 22:29 哈哈哈喽喽喽
阅读(59)
评论(0)
推荐(0)
2022年3月7日
sss
摘要: https://blog.csdn.net/qq_37541097/article/details/123229946
阅读全文
posted @ 2022-03-07 14:20 哈哈哈喽喽喽
阅读(24)
评论(0)
推荐(0)
2022年3月3日
ss
摘要: https://zhuanlan.zhihu.com/p/454661291
阅读全文
posted @ 2022-03-03 20:54 哈哈哈喽喽喽
阅读(6)
评论(0)
推荐(0)
2022年3月1日
自动驾驶
摘要: 1、传感器 1、GPS&IMU导航定位传感器 2、数据平台 1、数据平台Wayo 2、数据平台-英伟达 主动学习自动筛选出有价值的数据,这种有价值的定义是,目前模型无法准确识别的数据,对自动驾驶汽车算法具有挑战性的数据,极端场景下的数据 3、数据平台-特斯拉 评估模型表现后会发现模型在一部分的数据上
阅读全文
posted @ 2022-03-01 09:47 哈哈哈喽喽喽
阅读(55)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
28
下一页
公告