You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need help disabling all logs generated by progress bars. I need to do this because I am trying to parallelize the generation of multiple training sessions simultaneously (parallel grid search), but I am not succeeding. The logs are slowing down the parallel process. I have attached an example of logs that I would like to disable:
Finding best initial lr: 0%| | 0/223 [00:00<?, ?it/s]
Finding best initial lr: 0%| | 0/223 [00:00<?, ?it/s]
Finding best initial lr: 0%| | 1/223 [00:00<00:41, 5.29it/s]
Finding best initial lr: 0%| | 1/223 [00:00<00:39, 5.68it/s]
Finding best initial lr: 1%| | 2/223 [00:00<00:36, 6.01it/s]
Finding best initial lr: 1%| | 2/223 [00:00<00:37, 5.82it/s]
Finding best initial lr: 1%|▏ | 3/223 [00:00<00:42, 5.23it/s]
Finding best initial lr: 1%|▏ | 3/223 [00:00<00:39, 5.57it/s]
Finding best initial lr: 2%|▏ | 4/223 [00:00<00:38, 5.68it/s]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I need help disabling all logs generated by progress bars. I need to do this because I am trying to parallelize the generation of multiple training sessions simultaneously (parallel grid search), but I am not succeeding. The logs are slowing down the parallel process. I have attached an example of logs that I would like to disable:
Finding best initial lr: 0%| | 0/223 [00:00<?, ?it/s]
Finding best initial lr: 0%| | 0/223 [00:00<?, ?it/s]
Finding best initial lr: 0%| | 1/223 [00:00<00:41, 5.29it/s]
Finding best initial lr: 0%| | 1/223 [00:00<00:39, 5.68it/s]
Finding best initial lr: 1%| | 2/223 [00:00<00:36, 6.01it/s]
Finding best initial lr: 1%| | 2/223 [00:00<00:37, 5.82it/s]
Finding best initial lr: 1%|▏ | 3/223 [00:00<00:42, 5.23it/s]
Finding best initial lr: 1%|▏ | 3/223 [00:00<00:39, 5.57it/s]
Finding best initial lr: 2%|▏ | 4/223 [00:00<00:38, 5.68it/s]
Finding best initial lr: 2%|▏ | 4/223 [00:00<00:38, 5.67it/s]
Training: | | 0/? [00:00<?, ?it/s]
Finding best initial lr: 2%|▏ | 5/223 [00:00<00:41, 5.19it/s]
Finding best initial lr: 2%|▏ | 5/223 [00:01<00:48, 4.47it/s]
Finding best initial lr: 3%|▎ | 6/223 [00:01<00:46, 4.63it/s]
Finding best initial lr: 3%|▎ | 6/223 [00:01<00:42, 5.15it/s]
Training: | | 0/? [09:54<?, ?it/s, v_num=116, train_loss=0.169, reg_loss=0.150, rmse=1e+3, Loss=0.169, RegLoss=0.150]
Finding best initial lr: 3%|▎ | 7/223 [00:01<00:42, 5.08it/s]
Training: | | 0/? [09:54<?, ?it/s, v_num=116, train_loss=0.169, reg_loss=0.150, rmse=1e+3, Loss=0.169, RegLoss=0.150]
Finding best initial lr: 0%| | 0/223 [00:00<?, ?it/s]
Finding best initial lr: 3%|▎ | 7/223 [00:01<00:42, 5.03it/s]
Finding best initial lr: 4%|▎ | 8/223 [00:01<00:46, 4.58it/s]
Finding best initial lr: 4%|▎ | 8/223 [00:01<00:45, 4.73it/s]
Finding best initial lr: 0%| | 1/223 [00:00<00:58, 3.76it/s]
Finding best initial lr: 4%|▍ | 9/223 [00:01<00:49, 4.34it/s]
Testing DataLoader 0: 0%| | 0/1 [00:00<?, ?it/s]
Finding best initial lr: 1%| | 2/223 [00:00<00:54, 4.03it/s]
Finding best initial lr: 4%|▍ | 9/223 [00:01<00:48, 4.45it/s]
Testing DataLoader 0: 100%|██████████| 1/1 [00:00<00:00, 5.68it/s]
Finding best initial lr: 4%|▍ | 10/223 [00:02<00:50, 4.25it/s]
Finding best initial lr: 1%|▏ | 3/223 [00:00<00:49, 4.44it/s]
Finding best initial lr: 4%|▍ | 10/223 [00:02<00:47, 4.48it/s]
Testing DataLoader 0: 100%|██████████| 1/1 [00:00<00:00, 4.39it/s]
Beta Was this translation helpful? Give feedback.
All reactions