Thanks. Will try this and check
On 14-Nov-2017 12:58 AM, "Amadeusz Sławiński" wrote:
> On Mon, 13 Nov 2017 15:22:46 +0530
> Mounika Maddula wrote:
>
> > Hi,
> >
> >I am working on a virtual machine on google cloud platform. I
> generally
> > run my neural network model training on a screen
On Mon, 13 Nov 2017 15:22:46 +0530
Mounika Maddula wrote:
> Hi,
>
>I am working on a virtual machine on google cloud platform. I generally
> run my neural network model training on a screen session so that
> disconnecting from SSH won't interrupt the training process. But I notice
> that eve
On Tue, Nov 14, 2017 at 12:02:30am +0530, Mounika Maddula wrote:
> I start a screen session, run my model on it. After 10-15 hrs when I try
> connecting to screen session to check my model output, I get a message
> saying no screen sessions found . CPU usage also shows zero so screen
> session has
I start a screen session, run my model on it. After 10-15 hrs when I try
connecting to screen session to check my model output, I get a message
saying no screen sessions found . CPU usage also shows zero so screen
session has terminated.
On Mon, Nov 13, 2017 at 11:53 PM, Ed wrote:
> On Mon, Nov
On Mon, Nov 13, 2017 at 03:22:46pm +0530, Mounika Maddula wrote:
> Hi,
>
>I am working on a virtual machine on google cloud platform. I generally
> run my neural network model training on a screen session so that
> disconnecting from SSH won't interrupt the training process. But I notice
> tha
On 2017-11-13, Henry wrote:
> Thank you very much for your reply.
>
> Yes, the machine is running BSD. uname -srp ==>> NetBSD 7.0.2 i386
It's not possible to build screen on BSD without patches, that's
normal. If you have root on your BSD system you can download all
patches from official BSD re
Hi,
I am working on a virtual machine on google cloud platform. I generally
run my neural network model training on a screen session so that
disconnecting from SSH won't interrupt the training process. But I notice
that even screen sessions are getting terminated automatically. When I try
attac
Thank you very much for your reply.
Yes, the machine is running BSD. uname -srp ==>> NetBSD 7.0.2 i386
The commands for building are:
% gzip -dc screen-4.6.2.tar.gz | tar xf -
% cd screen-4.6.2
% ./configure --prefix=/usr/local --with-socket-dir=/usr/local/screens \
--enable-colors256 --enabl