Overview

In prepare_a_session_environment page, let’s look at how to set up the code execution environment to proceed in NSML. Please be sure to check it out.

run a session command is most commonly used in NSML. It is a command to start session, and you can execute session through various options. It is an important part that can set the amount of resources such as GPU and CPU as an option.

submit_a_session command allows you to upload your model to the leaderboard. This is a command that is often used in hackaton.

The rest of the pages contain information about downloading, viewing, and deleting sessions and models.

In the next page, we will look at the session environment. ( prepare_a_session_environment )