From a38bf106f48859af2857fbdec7ebc3ec8ea8fe5b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 29 Oct 2019 06:53:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 88e9b33993d..60807939bac 100644 --- a/notes.md +++ b/notes.md @@ -170,3 +170,4 @@ 2019-09-11T07:23:00 - Refactor for clarity, might break a few tests though (pytorch) 2019-10-29T06:48:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) 2019-10-29T17:11:00 - Quick fix, referencing a known issue from the official repo (pytorch) +2019-10-29T06:53:00 - Implementing approach from a new paper read last night (pytorch)