Skip to content

Tutorial for reproducing the result of the ALCNet

Victor4869 edited this page Oct 27, 2022 · 2 revisions

This tutorial documents the procedure to reproduce the result of the ALCNet. Which includes details of setting up the system environment for the GPU version of MXNet in the Ubuntu system. Furthermore, a brief explanation of the scripts for ALCNet will be presented. In addition, example commands for running the training and visualization scripts in the local host and Google Colab are also provided.


Below is a list of the content for easier navigation.

Environment setup for MXNet

  1. Install Ubuntu 20.04

  2. Install CUDA, CUDNN and NCCL

  3. Install Anaconda and create a virtual environment for MXNet

Running the ALCNet

  1. Understanding the scripts

  2. Running in local host

  3. Running in Colab