Update.
authorFrançois Fleuret <francois@fleuret.org>
Sun, 19 Mar 2023 15:25:33 +0000 (16:25 +0100)
committerFrançois Fleuret <francois@fleuret.org>
Sun, 19 Mar 2023 15:25:33 +0000 (16:25 +0100)
README.txt [new file with mode: 0644]

diff --git a/README.txt b/README.txt
new file mode 100644 (file)
index 0000000..31710e2
--- /dev/null
@@ -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.