当前位置:网站首页>恒源云-Pycharm远程训练避坑指南
恒源云-Pycharm远程训练避坑指南
2022-08-11 06:10:00 【什么都只会一点】
最近使用恒源云训练神经网络,遇到了一些坑,特此说明
恒源云官方文档:恒源云用户文档
官方文档非常详细,小白也能轻松上手,使用这个平台主要是没自己的显卡用于运算
1.无法使用tmux,关闭pycharm后训练依旧停止?
答:若想本地电脑关机,服务器后台训练,可使用tmux。注意,要在tmux的界面,输入训练的指令python train.py

2.第一次配置服务器python解释器时,点击下一步没反应?
答:把现有改为新建,按要求配置即可

3.训练过程中,tmux会自动退出训练\自动Kill?

答:可能是CPU过载,服务器死机了。降低CPU读取的速度。如训练yolov5时,降低num_workers的值

邀请码:注册申请福利链接
边栏推荐
- 亚马逊API接口大全
- Discourse 的关闭主题(Close Topic )和重新开放主题
- Daily sql--statistics the total salary of employees in the past three months (excluding the latest month)
- How Xshell connects to a virtual machine
- buu—Re(5)
- Monte Carlo
- Cobbleland 博览会 基础系列 1
- 矩阵分析——微分、积分、极限
- Do not add the is prefix to the variables of the boolean type in the POJO class of the Alibaba specification
- 拼多多api接口应用示例
猜你喜欢
随机推荐
导航定位中的坐标系
软件测试主要做什么工作,难不难?
Unity程序员如何提升自己的能力
Daily sql: request for friend application pass rate
皮质-皮质网络的多尺度交流
Class definition, class inheritance, and the use of super
jar服务导致cpu飙升问题-带解决方法
ssh服务攻防与加固
[损失函数]——均方差
Daily sql - judgment + aggregation
Daily sql-seek the sum of successful investments in 2016
How Unity handles C# under the hood
每日sql--统计员工近三个月的总薪水(不包括最新一个月)
Shell:三剑客之awk
SQL sliding window
maxwell concept
When MySQL uses GROUP BY to group the query, the SELECT query field contains non-grouping fields
实现通用的、高性能排序和快排优化
微信小程序功能上新(2022.06.01~2022.08.04)
HCIP OSPF dynamic routing protocol





![[损失函数]——均方差](/img/55/e3c1797d5e87ddfb72bf39c5d31168.png)



