1\. Simple MNIST model. The MNIST database is a large database of handwritten digits that is commonly used for training various image processing systems. PyTorch allows us to import and download the MNIST dataset directly from the Torchvision - package consists of datasets, model architectures and transformations.
1\. Simple MNIST model. The MNIST database is a large database of handwritten digits that is commonly used for training various image processing systems. PyTorch allows us to import and download the MNIST dataset directly from the Torchvision - package consists of datasets, model architectures and transformations.
The model contains a neural network with sequential architecture and typical modules for this kind of models. Recommended parameters for running this model are 1 GPU and 7 cores (28 thread)
The model contains a neural network with sequential architecture and typical modules for this kind of models. Recommended parameters for running this model are 1 GPU and 7 cores (28 thread)
Remember that for using [JupyterHub service]() for PyTorch you need to create and activate a virtual environment (kernel) with loaded essential modules (see "envtest" environment form the virtual
Remember that for using [JupyterHub service]() for PyTorch you need to create and activate a virtual environment (kernel) with loaded essential modules (see "envtest" environment form the virtual
environment example.
environment example.
...
@@ -151,9 +151,9 @@ includes a comparison of different kinds of models and tips to improve
...
@@ -151,9 +151,9 @@ includes a comparison of different kinds of models and tips to improve
the performance of your model. **Necessary** parameters for running this
the performance of your model. **Necessary** parameters for running this
Remember that for using [JupyterHub service](JupyterHub) for PyTorch you need to create and activate a virtual environment (kernel) with loaded essential modules.
Remember that for using [JupyterHub service]() for PyTorch you need to create and activate a virtual environment (kernel) with loaded essential modules.
Run the example in the same way as the previous examples.
Run the example in the same way as the previous examples.
...
@@ -179,6 +179,6 @@ Keep in mind that only one memory parameter (`--mem-per-cpu` = <MB> or `--mem`=<
...
@@ -179,6 +179,6 @@ Keep in mind that only one memory parameter (`--mem-per-cpu` = <MB> or `--mem`=<