Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 993 Bytes

File metadata and controls

25 lines (21 loc) · 993 Bytes

Tutorial

ADAPT offers some tutorials about how to use it. The offered tutorials are based on jupyter notebook.

Jupyter Notebook with Docker

Our docker image offers a pre-installed jupyter notebook. You can run a docker based jupyter notebook with the following commands.

$ docker run -p 8888:8888 koreaunivpl/adapt

Jupyter Notebook with Virtual Environment

You can see the installation of jupyter notebook at here. After, the following command will launch a jupyter notebook server.

(venv) $ jupyter notebook

Contents

The following table shows the contents of this folder.

File Description
test_lenet5.ipynb Test LeNet-5 that is trained for MNIST.
test_vgg19.ipynb Test VGG-19 provided by Tensorflow/Keras.