Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 420 Bytes

File metadata and controls

18 lines (13 loc) · 420 Bytes

python_template

Environment

Our experiment was conducted on Ubuntu with an NVIDIA A100 Tensor Core GPU.
If you want to re-train model, we reccomend to use GPU.

Installation using Docker

git clone git@github.com:inoue0426/python_template.git
cd python_template
docker build -t tmp:latest .
docker run -it -p 9999:9999 tmp:latest
conda activate python_env

Then access to http://localhost:9999/