diff --git a/.gitignore b/.gitignore index d7fee8d83..ddb356957 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ esm/ build/ results/ model/ -gmm_test/ \ No newline at end of file +gmm_test/ +src/CLEAN/__pycache__/ diff --git a/src/CLEAN/__pycache__/__init__.cpython-38.pyc b/src/CLEAN/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 294275bed..000000000 Binary files a/src/CLEAN/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/src/CLEAN/__pycache__/dataloader.cpython-38.pyc b/src/CLEAN/__pycache__/dataloader.cpython-38.pyc deleted file mode 100644 index e74111711..000000000 Binary files a/src/CLEAN/__pycache__/dataloader.cpython-38.pyc and /dev/null differ diff --git a/src/CLEAN/__pycache__/distance_map.cpython-38.pyc b/src/CLEAN/__pycache__/distance_map.cpython-38.pyc deleted file mode 100644 index b6b73c4a3..000000000 Binary files a/src/CLEAN/__pycache__/distance_map.cpython-38.pyc and /dev/null differ diff --git a/src/CLEAN/__pycache__/evaluate.cpython-38.pyc b/src/CLEAN/__pycache__/evaluate.cpython-38.pyc deleted file mode 100644 index 0e4de1ad8..000000000 Binary files a/src/CLEAN/__pycache__/evaluate.cpython-38.pyc and /dev/null differ diff --git a/src/CLEAN/__pycache__/infer.cpython-38.pyc b/src/CLEAN/__pycache__/infer.cpython-38.pyc deleted file mode 100644 index b2a31c05c..000000000 Binary files a/src/CLEAN/__pycache__/infer.cpython-38.pyc and /dev/null differ diff --git a/src/CLEAN/__pycache__/losses.cpython-38.pyc b/src/CLEAN/__pycache__/losses.cpython-38.pyc deleted file mode 100644 index 6538446d3..000000000 Binary files a/src/CLEAN/__pycache__/losses.cpython-38.pyc and /dev/null differ diff --git a/src/CLEAN/__pycache__/model.cpython-38.pyc b/src/CLEAN/__pycache__/model.cpython-38.pyc deleted file mode 100644 index b5e43113a..000000000 Binary files a/src/CLEAN/__pycache__/model.cpython-38.pyc and /dev/null differ diff --git a/src/CLEAN/__pycache__/uncertainty.cpython-38.pyc b/src/CLEAN/__pycache__/uncertainty.cpython-38.pyc deleted file mode 100644 index d5fddbb3b..000000000 Binary files a/src/CLEAN/__pycache__/uncertainty.cpython-38.pyc and /dev/null differ diff --git a/src/CLEAN/__pycache__/utils.cpython-38.pyc b/src/CLEAN/__pycache__/utils.cpython-38.pyc deleted file mode 100644 index 774f92b0e..000000000 Binary files a/src/CLEAN/__pycache__/utils.cpython-38.pyc and /dev/null differ