We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fa832 commit c716551Copy full SHA for c716551
1 file changed
README.md
@@ -78,6 +78,10 @@ Move to the directory where you cloned *Sherlock* , and run:
78
```bash
79
docker-compose up --build
80
```
81
+Training using BERT runs much faster on GPU with >12GB RAM (Tested with Nvidia K80). To train with GPU run:
82
+```bash
83
+docker-compose -f docker-compose-gpu.yml up --build
84
+```
85
86
If everything goes well, you should start seeing the building message of the docker containers:
87
0 commit comments