Update NdR_disease.py
Browse files- NdR_disease.py +1 -1
NdR_disease.py
CHANGED
@@ -11,7 +11,7 @@ from sklearn.model_selection import train_test_split
|
|
11 |
np.random.seed(42)
|
12 |
torch.manual_seed(42)
|
13 |
|
14 |
-
def run_disease_train()
|
15 |
# Number of samples per condition
|
16 |
N_per_class = 500
|
17 |
|
|
|
11 |
np.random.seed(42)
|
12 |
torch.manual_seed(42)
|
13 |
|
14 |
+
def run_disease_train():
|
15 |
# Number of samples per condition
|
16 |
N_per_class = 500
|
17 |
|