Run tensorflow through SSH -
when run tensorflow training code through ssh, got following error:
qxcbconnection: not connect display
this happens due summary object saving models. how fix error?
try x11forwarding using -y
flag, e.g.:
ssh -y user@server
Comments
Post a Comment