From 29a43547a28de6f33e52e534455cf923cdfb8cee Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 29 Jul 2025 13:30:05 +0200 Subject: [PATCH] Add weightcomp project --- config/projects.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/projects.nix b/config/projects.nix index d2d0e51..b4fdf25 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -79,5 +79,12 @@ description = "Path Foundation Model"; }; + weightcomp = { + template = "basic"; + name = "WeightComp"; + codePath = "/Users/yanlin/Documents/Projects/Microscopic Weights on Road Networks/FENCE-paper"; + description = "Weight completion"; + }; + }; }