Skip to content

Latest commit

 

History

History
 
 

docker-set-up

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Set Up With Docker

This docker file describes a container that allows you to run the experiments on any Unix-based machine. GPU availability is recommended to train the models. Otherwise, set the use_cuda flag in parameters.yaml to false.

Requirements

Installation

1. Build the image

From this folder you can create the image

sudo docker build -t gcn_env:latest docker-set-up/

2. Start the container

Start the container

sudo docker run -ti  --gpus all -v $(pwd):/evolveGCN  gcn_env:latest

This will start a bash session in the container.

3. Run an experiment

Run the following command for example:

python run_exp.py --config_file ./experiments/parameters_uc_irv_mess.yaml