DiffusionNAG
DiffusionNAG copied to clipboard
WRONG ALGORITHM NAME
I found that the names of the Floyd algorithm in these two places of the code do not match. Did you make a mistake? This caused me a lot of trouble.
data.aug_mask_algo = 'floyd' # 'long_range' | 'floyd' # NAS-Bench-201/configs/tr_scorenet.py col:69
elif algo == 'floyed': # NAS-Bench-201/utils.py col:151