Skip to content

Commit

Permalink
Merge branch 'main' of github.com:inoue0426/drGAT
Browse files Browse the repository at this point in the history
  • Loading branch information
inoue0426 committed Jul 8, 2024
2 parents 278db73 + 0798b50 commit 7361ed1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,19 @@ torch-spline-conv==1.2.2+pt113cu116

## Environment

Our experiment was conducted on Ubuntu with an NVIDIA A100 Tensor Core GPU.
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

```shell
git clone [email protected]:inoue0426/drGAT.git
cd drGAT
docker run -it -p 9999:9999 drgat:latest
docker build -t drgat:latest .
```

Then access to http://localhost:9999/notebooks/Tutorial.ipynb

## Installation using Conda

Expand Down

0 comments on commit 7361ed1

Please sign in to comment.