天马行空 |
|
||
I ---- Inject 投入 L ---- Loyal 忠诚 O ---- Observant 用心 V ---- Valiant 勇敢 E ---- Enjoyment 喜悦 Y ---- Yes 愿意 O ---- Obligation 责任 |
2023年2月11日
摘要:
在终端中输入命令 conda list ,显示已经安装的包名和版本号。 在终端中输入 anaconda-navigator ,Anaconda Navigator将会被启动。 创建新环境 conda create --name <env_name> <package_names> 阅读全文
2023年2月8日
摘要:
Docker Desktop for Linux and Docker Engine can be installed side-by-side on the same machine. Docker Desktop for Linux stores containers and images in 阅读全文
2021年10月25日
摘要:
C++ STL中的Binary search(二分查找) - 王陸 - 博客园 (cnblogs.com) #include <cstdio>#include <algorithm>using namespace std;int a[100]= {4,10,11,30,69,70,96,100};i 阅读全文
2019年7月3日
摘要:
软件要求 必须在系统中安装以下 NVIDIA® 软件: https://www.pytorials.com/how-to-install-tensorflow-gpu-with-cuda-10-0-for-python-on-ubuntu/ NVIDIA® GPU 驱动程序 - CUDA 10.0 阅读全文
2019年4月28日
摘要:
https://blog.csdn.net/wuzlun/article/details/80059222 Python绘图总结(Matplotlib篇)之画布、颜色、及样式 https://blog.csdn.net/lk274857347/article/details/56845818 Mat 阅读全文
2019年4月5日
摘要:
win10下: 安装后import tensorflow出错:tensorflow/python/lib/core/bfloat16.cc:675] Check failed: PyBfloat16_Type.tp_base != nullptr 只需numpy升级即可: pip insall nu 阅读全文
2019年3月3日
摘要:
在计算机管理-系统工具-本地管理用户和组中,添加VPN组,并创建用户加入组。 Windows Server 2016配置VPN服务器, 参考: https://www.azurew.com/5438.html 还可参考:https://help.aliyun.com/knowledge_detail 阅读全文
2018年4月6日
摘要:
参考 How to install Tensorflow 1.7.0 using official pip package 其中的CUDNN应该改为7.05for CUDA9.0 后面安装的spyder都出错了。只有之前的是好的。 must do: "pip install spyder" 阅读全文
摘要:
https://blog.csdn.net/xsfl1234/article/details/67669707 https://blog.csdn.net/guxi123/article/details/74986732 https://zhuanlan.zhihu.com/p/25020125 也 阅读全文
2018年4月4日
摘要:
为刚到手的Titan V装新系统,首先当然是显卡驱动安装。 可以参考这:https://jingyan.baidu.com/article/d7130635c5a86113fdf47532.html 单一开始“软件和更新”中附加驱动显示是空的,以为是没有,所以到Nvidia官网下载对应的驱动。结果速 阅读全文
|
Copyright © 2024 浅蓝
Powered by .NET 9.0 on Kubernetes |