Ask Your Question
4

How can the local juypter book be connected to the school server for training models?

asked 2022-06-21 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-09-23 06:00:00 +0000

david gravatar image

To connect the local Jupyter book to the school server for training models, follow these steps:

  1. Connect to the school server: Firstly, connect to the school server by opening a terminal and using the SSH command to connect to the server.

  2. Create a virtual environment: Create a virtual environment on the school server for installing the required packages for training models.

  3. Install the required packages: Install the required packages for training models, such as NumPy, Pandas, Scikit-learn, TensorFlow, Keras, or PyTorch.

  4. Start the Jupyter notebook: Start the Jupyter notebook on the school server and get the access URL.

  5. Access the Jupyter notebook remotely: From your local machine, open a web browser and enter the access URL of the Jupyter notebook on the school server. This will connect the local Jupyter book to the school server for training models.

  6. Upload the data: Upload the required data for training models to the school server.

  7. Train the models: Use the Jupyter notebook to train the models on the school server.

  8. Download the trained models: Once the models are trained, download them from the school server to your local machine for further analysis.

Note: Ensure that you have the necessary permissions to connect to the school server and install packages on it.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-06-21 11:00:00 +0000

Seen: 9 times

Last updated: Sep 23 '22