如何在命令运行时管理上下文切换和休息
1 分•作者: cs5210595•5 个月前
我需要进行大量的机器学习模型训练和安装命令,这些命令有时需要 2-5 分钟才能运行。问题是,在模型准备好训练之前,我需要运行大量的此类命令。在命令运行期间,我经常会开始看视频,然后发现自己忘记了最初在做什么,导致生产力下降。另一方面,只是盯着命令看似乎也效率不高。我该怎么办?
查看原文
So I have to do a lot of ML model training and installation commands which sometimes take 2-5min to run and the problem is that there are tons of them that I need to run before the model is ready for training. In midst of the command I often start watching videos and then I find out I forgot what I was doing in the first place leading to loss of productivity. On the other hand just sitting with the command doesn't seem productive either. What should I do?