Skip to content

Commit

Permalink
Updated README to note CUDA can be skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
neubig committed Oct 9, 2019
1 parent 2d6feb2 commit 5e8be7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ You may take a look at the examples in `asdl/lang/*`.
Please refer to `datasets/<lang>/dataset.py` for code snippets that converts
a dataset into pickled files.

#### How to run without CUDA?

Simply remove the `--cuda`` flag from the command line arguments. It is included
by default in all scripts in the `scripts` directory.

## Reference

TranX is described/used in the following two papers:
Expand Down

0 comments on commit 5e8be7c

Please sign in to comment.