You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Snakefile for training/testing on multiple datasets and aggregating
output:
train on all combinations of training and testing data that is input in
config. For input data [train1, train2] and [test1, test2] we currently
only have two runs: (train on train1 and test on test1) and (train on
train2 and test on test2). We want to extend this to all possible
combinations of training and testing data
output:
config. For input data [train1, train2] and [test1, test2] we currently
only have two runs: (train on train1 and test on test1) and (train on
train2 and test on test2). We want to extend this to all possible
combinations of training and testing data
GPUs