diff --git a/src/LFBNet/__pycache__/__init__.cpython-39.pyc b/src/LFBNet/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..bbfa68c Binary files /dev/null and b/src/LFBNet/__pycache__/__init__.cpython-39.pyc differ diff --git a/src/LFBNet/__pycache__/data_loader.cpython-39.pyc b/src/LFBNet/__pycache__/data_loader.cpython-39.pyc new file mode 100644 index 0000000..0246972 Binary files /dev/null and b/src/LFBNet/__pycache__/data_loader.cpython-39.pyc differ diff --git a/src/LFBNet/losses/__pycache__/__init__.cpython-39.pyc b/src/LFBNet/losses/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..7adf3a5 Binary files /dev/null and b/src/LFBNet/losses/__pycache__/__init__.cpython-39.pyc differ diff --git a/src/LFBNet/losses/__pycache__/losses.cpython-39.pyc b/src/LFBNet/losses/__pycache__/losses.cpython-39.pyc new file mode 100644 index 0000000..8325f6a Binary files /dev/null and b/src/LFBNet/losses/__pycache__/losses.cpython-39.pyc differ diff --git a/src/LFBNet/network_architecture/__pycache__/__init__.cpython-39.pyc b/src/LFBNet/network_architecture/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..973d15a Binary files /dev/null and b/src/LFBNet/network_architecture/__pycache__/__init__.cpython-39.pyc differ diff --git a/src/LFBNet/network_architecture/__pycache__/get_conv_blocks.cpython-39.pyc b/src/LFBNet/network_architecture/__pycache__/get_conv_blocks.cpython-39.pyc new file mode 100644 index 0000000..94e26d5 Binary files /dev/null and b/src/LFBNet/network_architecture/__pycache__/get_conv_blocks.cpython-39.pyc differ diff --git a/src/LFBNet/network_architecture/__pycache__/lfbnet.cpython-39.pyc b/src/LFBNet/network_architecture/__pycache__/lfbnet.cpython-39.pyc new file mode 100644 index 0000000..52de715 Binary files /dev/null and b/src/LFBNet/network_architecture/__pycache__/lfbnet.cpython-39.pyc differ diff --git a/src/LFBNet/postprocessing/__pycache__/__init__.cpython-39.pyc b/src/LFBNet/postprocessing/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..7f91d37 Binary files /dev/null and b/src/LFBNet/postprocessing/__pycache__/__init__.cpython-39.pyc differ diff --git a/src/LFBNet/postprocessing/__pycache__/postprocessing.cpython-39.pyc b/src/LFBNet/postprocessing/__pycache__/postprocessing.cpython-39.pyc new file mode 100644 index 0000000..1a24fbc Binary files /dev/null and b/src/LFBNet/postprocessing/__pycache__/postprocessing.cpython-39.pyc differ diff --git a/src/LFBNet/preprocessing/__pycache__/__init__.cpython-39.pyc b/src/LFBNet/preprocessing/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..170238a Binary files /dev/null and b/src/LFBNet/preprocessing/__pycache__/__init__.cpython-39.pyc differ diff --git a/src/LFBNet/preprocessing/__pycache__/preprocessing.cpython-39.pyc b/src/LFBNet/preprocessing/__pycache__/preprocessing.cpython-39.pyc new file mode 100644 index 0000000..b5086cf Binary files /dev/null and b/src/LFBNet/preprocessing/__pycache__/preprocessing.cpython-39.pyc differ diff --git a/src/LFBNet/utilities/__pycache__/__init__.cpython-39.pyc b/src/LFBNet/utilities/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..ee3a776 Binary files /dev/null and b/src/LFBNet/utilities/__pycache__/__init__.cpython-39.pyc differ diff --git a/src/LFBNet/utilities/__pycache__/train_valid_paths.cpython-39.pyc b/src/LFBNet/utilities/__pycache__/train_valid_paths.cpython-39.pyc new file mode 100644 index 0000000..30dada7 Binary files /dev/null and b/src/LFBNet/utilities/__pycache__/train_valid_paths.cpython-39.pyc differ diff --git a/src/__pycache__/__init__.cpython-39.pyc b/src/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..bdefead Binary files /dev/null and b/src/__pycache__/__init__.cpython-39.pyc differ diff --git a/src/run/__pycache__/__init__.cpython-39.pyc b/src/run/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..80df5c1 Binary files /dev/null and b/src/run/__pycache__/__init__.cpython-39.pyc differ diff --git a/src/run/__pycache__/parse_argument.cpython-39.pyc b/src/run/__pycache__/parse_argument.cpython-39.pyc new file mode 100644 index 0000000..e726485 Binary files /dev/null and b/src/run/__pycache__/parse_argument.cpython-39.pyc differ diff --git a/src/run/__pycache__/trainer.cpython-39.pyc b/src/run/__pycache__/trainer.cpython-39.pyc new file mode 100644 index 0000000..a3ab91c Binary files /dev/null and b/src/run/__pycache__/trainer.cpython-39.pyc differ diff --git a/src/train.py b/src/train.py index 6918991..2a2b2bf 100644 --- a/src/train.py +++ b/src/train.py @@ -20,6 +20,7 @@ anaconda virtual environment is recommended to runt the script. e.g. python train.py --input_dir path/to/input/data --task [train or valid] +python train.py --input_dir ../data/hecktor_nii_cropped/ --task train By K.B. Girum """ diff --git a/src/weight/feedback_system.h5 b/src/weight/feedback_system.h5 deleted file mode 100644 index 3f85920..0000000 Binary files a/src/weight/feedback_system.h5 and /dev/null differ diff --git a/src/weight/forward_system.h5 b/src/weight/forward_system.h5 deleted file mode 100644 index 6123d02..0000000 Binary files a/src/weight/forward_system.h5 and /dev/null differ