From b59541c00ba1465c040b49e872230f8e75202287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E5=B3=BB=E6=81=BA?= <202115006@mail.sdu.edu.cn> Date: Wed, 9 Apr 2025 00:59:11 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛峻恺 <202115006@mail.sdu.edu.cn> --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26902d2..626b781 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ GPR-SIDL-inv/ ├── Network/ # Used for storing network models and data loading programs + ├── Model.py/ # Network Model Based on Transformer and U-shaped Network Structure + + ├── Mydataset.py/ # Data loading and preprocessing + ├── readgssi/ # Software package for reading and converting raw data ├── SAVE/ # Save the trained model @@ -49,9 +53,9 @@ GPR-SIDL-inv/ ├── utils/ # tool kit - ├── Model.py/ # network model with transformer + ├── layers_generator.py/ # Generate random layers and assign attribute programs - ├── Mydataset.py/ # Loading and preprocessing datasets + ├── train_val_lr.py/ # Network Training and Validation Management ├── plot.py/ # the tool kit for plotting the 2D image