上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: How to Make Your First Lofi Beat in FL Studio https://www.youtube.com/watch?v=frgrL6kIprQ 阅读全文
posted @ 2023-03-26 11:19 裏表異体 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://www.macat.vip/mac%e8%bd%af%e4%bb%b6 https://en.freedownloadmanager.org/Mac-OS/ 阅读全文
posted @ 2023-03-24 22:21 裏表異体 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 在mac上加速好像不是用cuda而是用mps https://developer.apple.com/metal/pytorch/ 阅读全文
posted @ 2023-03-05 13:46 裏表異体 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 安装 conda install h5py pip install h5py 文档 https://docs.h5py.org/en/stable/index.html 使用 创建hdf5文件 import h5py import numpy as np f = h5py.File('myh5.hd 阅读全文
posted @ 2023-03-01 21:26 裏表異体 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 参考资料 R语言教程 https://bookdown.org/wangminjie/R4DS/baseR-intro-ds.html mamba安装 https://zhuanlan.zhihu.com/p/405955748 anaconda镜像使用 https://mirrors.tuna.t 阅读全文
posted @ 2023-03-01 20:18 裏表異体 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 导入包 import numpy as np import os import dask 看看文件格式和 file_list = os.listdir('train_data') print(len(file_list)) print(file_list[:100]) delayed读入并且分批保存 阅读全文
posted @ 2023-02-27 17:30 裏表異体 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 更新一下torchvision就好了 conda update torchvision 如果不行就把pillow的版本降到7.0.0以下 pip3 install 'pillow<7.0.0' 阅读全文
posted @ 2023-02-20 20:05 裏表異体 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 代码 import requests import json # 全局用到变量 headers = { 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Ch 阅读全文
posted @ 2022-11-23 14:52 裏表異体 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 安装 官网教程:https://developer.hashicorp.com/vagrant/tutorials/getting-started/getting-started-project-setup brew install vagrant # 使用brew进行安装 brew install 阅读全文
posted @ 2022-11-05 20:34 裏表異体 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 什么是交叉验证 http://ui.itheima.com/news/20211029/105309.html 统计学相关术语和知识库 https://stattrek.com/statistics/dictionary?definition=coefficient_of_determination 阅读全文
posted @ 2022-10-18 10:55 裏表異体 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页