karpathy / char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
11.52k stars 2.58k forks source link

Question: Is there a way to "pause" temporarily without making it restart? #222

Closed BadCoder2 closed 5 years ago

BadCoder2 commented 5 years ago

I can't really leave my computer active overnight for many reasons, most outstanding being the risk of overheating. I was wondering if there was a way to pause the NN while I did other things? Thanks.

AlekzNet commented 5 years ago

What about Ctrl-S ?

AlekzNet commented 5 years ago

Then Ctrl-Q to proceed.

BadCoder2 commented 5 years ago

This wasn't exactly what I was looking for, but it works nonetheless. Thanks for the reply, closing issue.