-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
- Loading branch information
There are no files selected for viewing
+135 −86 | .circleci/config.yml | |
+0 −3 | .circleci/pytests/test_drbuddi.py | |
+5 −4 | Dockerfile | |
+0 −71 | docker/files/neurodebian.gpg | |
+0 −50 | docker/scripts/get_templates.sh | |
+0 −2 | pyproject.toml | |
+0 −30 | qsiprep/data/boilerplate.bib | |
+3 −3 | qsiprep/data/intramodal_ACPC_sloppy.json | |
+24 −20 | qsiprep/interfaces/anatomical.py | |
+55 −0 | qsiprep/interfaces/freesurfer.py | |
+6 −1 | qsiprep/interfaces/images.py | |
+1 −1 | qsiprep/interfaces/tortoise.py | |
+38 −12 | qsiprep/tests/test_cli.py | |
+26 −10 | qsiprep/workflows/anatomical/volume.py | |
+8 −3 | qsiprep/workflows/dwi/hmc.py | |
+6 −1 | qsiprep/workflows/dwi/hmc_sdc.py | |
+2 −1 | qsiprep/workflows/dwi/resampling.py |
+15 −0 | CITATION.cff | |
+1 −1 | LICENSE | |
+10 −7 | README.md | |
+ − | data/atlas/MuSIC.tar.xz | |
+10 −2 | docs/index.md | |
+2 −2 | setup.py | |
+2 −2 | sopnmf/base.py | |
+1 −1 | sopnmf/main.py | |
+2 −2 | sopnmf/opnmf_core.py | |
+2 −2 | sopnmf/opnmf_post.py | |
+2 −2 | sopnmf/utils.py | |
+2 −2 | sopnmf/workflow.py |
+0 −19 | .pre-commit-config.yaml | |
+133 −234 | SurrealGAN/Surreal_GAN_representation_learning.py | |
+20 −27 | SurrealGAN/copula.py | |
+34 −57 | SurrealGAN/data_loading.py | |
+267 −386 | SurrealGAN/model.py | |
+20 −17 | SurrealGAN/modules.py | |
+49 −70 | SurrealGAN/networks.py | |
+164 −299 | SurrealGAN/training.py | |
+177 −286 | SurrealGAN/utils.py | |
+19 −31 | datasets/sample_code.py | |
+13 −30 | pretrained_models/brain_aging_5rindices/apply_pretained_model.py | |
+0 −41 | setup.cfg | |
+12 −11 | setup.py |
+24 −0 | .github/workflows/macos-tests-3.12.yml | |
+1 −1 | .github/workflows/macos-tests-3.8.yml | |
+4 −12 | .github/workflows/ubuntu-tests-3.12.yml | |
+3 −13 | .github/workflows/ubuntu-tests-3.8.yml | |
+0 −33 | .github/workflows/ubuntu_test_cases_p3-12.yml | |
+4 −2 | README.md | |
+6 −7 | requirements.txt | |
+1 −1 | setup.cfg | |
+3 −3 | spare_scores/mlp.py | |
+12 −10 | spare_scores/mlp_torch.py | |
+7 −2 | spare_scores/svm.py | |
+0 −0 | test_data_prep.py |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.