X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.txt;h=f25211f421709aed23a7a364fc96a90f1ab50a0e;hb=2cd3f15987d2bf9050f737cd13506740ad3e90cb;hp=31710e2d0d8a60af81d33a4e1164519447481156;hpb=1b3b0e7b194a80af2edce9f80dc3e860bc543062;p=beaver.git diff --git a/README.txt b/README.txt index 31710e2..f25211f 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,8 @@ -To run the experiments: +To train the shortest-path solving GPT, and train the one-shot MLP +read-out: - ./beaver.py + ./beaver.py --oneshot -to train the shortest-path solving GPT, and +Same, lighter settings (~95% test success instead of ~99%): - ./beaver.py --overwrite --one_shot --nb_epochs=10 - -to train the one-shot MLP read-out. + ./beaver.py --nb_train_samples=25000 --nb_test_samples=10000 --oneshot