From 241a53b299265b023a5297f07b351c43bc05f961 Mon Sep 17 00:00:00 2001 From: wassname Date: Fri, 11 Feb 2022 20:09:34 +0800 Subject: [PATCH] doc --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7d2de67..e9e375a 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,14 @@ Modified by wassname from the below: Changes: -- [ ] clamp weight with epsilon for stablity +- [x] clamp weight with epsilon for stablity - from `p.data *= (p.data>=0)` - to `p.data = torch.clamp(p.data, min=eps)` - [ ] try log t -- [ ] try not mean as much in intensity layer -- [ ] use pytorch lightning +- [x] try not mean as much in intensity layer +- [x] use pytorch lightning +- [x] fix potential data leak where label is fed to lsm +- [x] commit notebook with plots of val # Fully Neural Network based Model for General Temporal Point Process(Neurips 2019,Takahiro Omi)