From ad6baec68d5f0cc90ab137adcd546e42b5b4cfba Mon Sep 17 00:00:00 2001 From: gwirn <71886945+gwirn@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:07:30 +0200 Subject: [PATCH] added description --- examples/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/README diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..c3b511b --- /dev/null +++ b/examples/README @@ -0,0 +1,3 @@ +This branch adds a simple transformer implementation that is trained to predict the next coordinate in a sequence +At the moment it is difficult to generate diverse samples after training +Therefore an additional loss to the MSE loss is added but needs to be tuned or even changed