From 1b3b0e7b194a80af2edce9f80dc3e860bc543062 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Sun, 19 Mar 2023 16:25:33 +0100 Subject: [PATCH] Update. --- README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..31710e2 --- /dev/null +++ b/README.txt @@ -0,0 +1,9 @@ +To run the experiments: + + ./beaver.py + +to train the shortest-path solving GPT, and + + ./beaver.py --overwrite --one_shot --nb_epochs=10 + +to train the one-shot MLP read-out. -- 2.20.1