会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
壳壳·
导航
博客园
首页
新随笔
联系
订阅
管理
公告
上一页
1
2
3
4
5
6
下一页
2022年8月25日
服务器 conda 管理进入特定环境
摘要: 查看环境: conda info -e 进入特定环境: conda activate <ENV_NAME> (eg: conda activate learn-pytorch-py39) 创建环境:conda create -n <ENV_NAME> python=<VERSION>
阅读全文
posted @ 2022-08-25 17:14 壳壳·
阅读(94)
评论(0)
推荐(0)
2022年6月30日
同态加密库SEAL的安装使用(运行简单的例子)
摘要: 按照下面这个链接: (44条消息) SEAL库的安装(Windows VS2019环境下3.5.9版本SEAL)_俊俊谢的博客-CSDN博客_seal库 注意事项:(运行demo例子的时候) 1.选择release+x64 编译环境下配置相关的seal的路径(因为编译seal的时候选择的就是这个环境
阅读全文
posted @ 2022-06-30 12:02 壳壳·
阅读(969)
评论(0)
推荐(0)
2022年3月29日
numpy库 数据量太大出现Memory Error问题的解决方法汇总
摘要: https://blog.csdn.net/qq_41780295/article/details/89677453
阅读全文
posted @ 2022-03-29 10:59 壳壳·
阅读(1086)
评论(0)
推荐(0)
2022年3月26日
pycryptodome(Crypto) 安装
摘要: (39条消息) python3.7安装pycrypto_xuenixiang的博客-CSDN博客_pycrypto
阅读全文
posted @ 2022-03-26 22:30 壳壳·
阅读(1019)
评论(0)
推荐(0)
2021年12月14日
语音信号处理
摘要: nohup python3 -u main.py --config config/libri/asr_example.yaml >test6.out 2>&1 & (修改参数 然后运行一个完整的ASR) nohup python3 -u main.py --config config/libri/l
阅读全文
posted @ 2021-12-14 23:02 壳壳·
阅读(123)
评论(0)
推荐(0)
服务器显存溢出
摘要: (32条消息) RuntimeError: CUDA out of memory. Tried to allocate 32.00 MiB (GPU_CQU-XJTU-Mr. Wu的博客-CSDN博客
阅读全文
posted @ 2021-12-14 15:47 壳壳·
阅读(40)
评论(0)
推荐(0)
2021年12月2日
指定python环境下pip安装包
摘要: 实验室 电脑: 进入这个目录下:C:\Program Files\Python38 2.输入命令: python -m pip install librosa -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 就是在当前的
阅读全文
posted @ 2021-12-02 21:11 壳壳·
阅读(565)
评论(0)
推荐(0)
远程服务器运行代码命令(后台执行 及时输出)
摘要: nohup python -u LSTM.py > test.out 2>&1 &
阅读全文
posted @ 2021-12-02 21:02 壳壳·
阅读(351)
评论(0)
推荐(0)
2021年10月18日
jupyter notebook 使用(实验室电脑)
摘要: 因为我的python pip默认都下载到了C:\Users\xxr\AppData\Roaming\Python\Python38 然而我的python环境变量在: 所以所有可以用的包都在这里: 命令行进入下面的路径:C:\Users\xxr\AppData\Roaming\Python\Pytho
阅读全文
posted @ 2021-10-18 12:07 壳壳·
阅读(220)
评论(0)
推荐(0)
2021年6月11日
pip 安装加速
摘要: pip install keras -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
阅读全文
posted @ 2021-06-11 10:38 壳壳·
阅读(61)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页