From f15c4f22c7a76ee3d27d4d07ad216de5e0b5fc8d Mon Sep 17 00:00:00 2001 From: Malo Date: Mon, 3 Feb 2025 10:22:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aebd3ca..257aae1 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Differentiable assignation problem resolution by deep learning method. ## Getting Started -* `generate_hnet_training_data.py` generates synthetic distance matrices and association matrices. -* Then `run.py` to train Hnet with the generated data. +* `python generate_hnet_training_data.py` generates synthetic distance matrices and association matrices. +* Then `python run.py` to train Hnet with the generated data. ---