Run PyTorch Programs in Background

Is there any way to run pytorch programs in background so that i can logout from terminal?

This question is not related to pytorch, it’s about linux in general,

1 Like

I like tmux for this stuff. Some good guides are here and here.

This is linux related issue, but it is simple, and I often forget the nohup.

    nohup python ... &