From 67733cc2f487d02edaab6e71e4b3cf0cbecdb69b Mon Sep 17 00:00:00 2001 From: Brian DuSell Date: Thu, 9 Feb 2023 21:00:21 -0500 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2957d7..1578a72 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ but Singularity is. In any case, it is highly recommended to run most experiments on a machine with access to an NVIDIA GPU so that they finish within a reasonable amount of time. The exception to this is the experiments for the baseline models (LSTM, -superposition stack LSTM, and stratification stack LSTM) on the CFL language +superposition stack LSTM, and stratification stack LSTM) on the formal language modeling tasks, as they finish more quickly on CPU rather than GPU and should be run in CPU mode.