DiffusionNAG icon indicating copy to clipboard operation
DiffusionNAG copied to clipboard

WRONG ALGORITHM NAME

Open Thiswycf opened this issue 1 year ago • 0 comments

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

Thiswycf avatar Jan 06 '25 03:01 Thiswycf