Check a session statusΒΆ

Usage:

nsml ps Options

Description:

It shows the list of sessions.

Example:
nsml ps -n 10
Options:
-n, --last string_or_integer

It shows only n sessions created recently.

-a, --all

It shows the sessions including exited sessions.

-j, --json-return

It shows in json format.

-d, --data dataset

It filters sessions by dataset name.

ex) nsml ps -d mnist

-s, --search

It shows the session matched by the name.