如何在命令运行时管理上下文切换和休息时间
我需要进行大量的机器学习模型训练和安装命令,这些命令有时需要运行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?