v1
parents
Showing
This diff is collapsed.
SMRI_FIX_COMPLETE.md
0 → 100644
This diff is collapsed.
braingnn_multimodal.py
0 → 100644
This diff is collapsed.
requirements.txt
0 → 100644
| # Core Deep Learning | ||
| torch>=2.0.0 | ||
| torchvision>=0.15.0 | ||
| # Scientific Computing | ||
| numpy>=1.21.0 | ||
| scipy>=1.7.0 | ||
| pandas>=1.3.0 | ||
| # Machine Learning | ||
| scikit-learn>=1.0.0 | ||
| # Visualization | ||
| matplotlib>=3.4.0 | ||
| seaborn>=0.11.0 | ||
| # Progress Bars | ||
| tqdm>=4.62.0 | ||
| # Optional: For advanced features | ||
| # torch-geometric>=2.0.0 # For advanced graph operations | ||
| # tensorboard>=2.8.0 # For training visualization | ||
| # wandb>=0.12.0 # For experiment tracking |
results/best_model_fold1.pth
0 → 100644
File added
results/best_model_fold2.pth
0 → 100644
File added
results/best_model_fold3.pth
0 → 100644
File added
results/best_model_fold4.pth
0 → 100644
File added
results/best_model_fold5.pth
0 → 100644
File added
results/results.json
0 → 100644
This diff is collapsed.
test_dryrun.py
0 → 100644
train_braingnn.py
0 → 100644
This diff is collapsed.
Please register or sign in to comment