Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inoue0426 authored Aug 30, 2024
1 parent aee5b70 commit a8a40b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This model is created to understand how genes influence Drug Response using Grap

## Quick start

This quick start allows you to run the drGAT training with the dataset on CPU and GPU. If you just would like to predict, run the preprocess and evaluation section. For demonstration purposes, the tutorial notebook runs a limited number of epochs, so the notebook run in a few minutes.
This quick start guide demonstrates how to run drGAT predictions on both CPU and GPU, completing the process within seconds.

```shell
git clone [email protected]:inoue0426/drGAT.git
Expand All @@ -19,7 +19,7 @@ docker pull inoue0426/drgat
docker run -it -p 9999:9999 inoue0426/drgat
```

Then access to http://localhost:9999/notebooks/Tutorial.ipynb
Then access to http://localhost:9999/notebooks/Tutorial.ipynb and run all cells.


## Training
Expand Down

0 comments on commit a8a40b5

Please sign in to comment.