From 330bfd8fa84431c489b84215738d617e5d4c76ca Mon Sep 17 00:00:00 2001 From: Andrew Landau Date: Sun, 19 May 2024 19:39:24 +0100 Subject: [PATCH] Notes on progress updates --- dominoes.ipynb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dominoes.ipynb b/dominoes.ipynb index c89f69b..4fea985 100644 --- a/dominoes.ipynb +++ b/dominoes.ipynb @@ -115,8 +115,13 @@ "\n", "# Add documentation of baseline updates and performance etc\n", "# Add some dataset specific summary plots and integrate into plotting code? \n", + "# Get the supervised learning methods working for each dataset and task\n", + "# Checkpointing, figure making, logging, etc\n", "\n", "# it worked!!! now trying without embedding bias...\n", + "# it works without embedding bias. It works (with different speeds per pointer layer!) with lower train temperature\n", + " # (but of course that could be because of differential sensitivity to temperature..., should test that directly)\n", + "# now trying with 1 encoding layer. \n", "\n", "# :)\n" ]