-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Line 142 in 61275a4
feature_dataset = FeatureDataset(is_train, image_encoder, dataset, args.device, args.cache_dir, args.noscale) |
It seems the noscale
argument is useless in this codebase, and the non-existence of args.noscale
incurs errors. So it's better to remove all occurrences of noscale
and args.noscale
in src/datasets/common.py
.
Metadata
Metadata
Assignees
Labels
No labels