Adds config/config_1.json with hyperparameters for DLPFC
Original implementation calculates ARI in every epoch and chooses epoch with highest ARI, thus using the groundtruth to select the model. By default we do not calculate the ARI. This functionality can be turned on by setting CALC_ARI to True in Spatial-mgcn.py.
Method was tested with the DLPFC dataset and can reproduce the ARI for slide 151507 when CALC_ARI = True.
config/config_1.json
with hyperparameters for DLPFCCALC_ARI
toTrue
inSpatial-mgcn.py
.CALC_ARI = True
.