VanillaNet
VanillaNet copied to clipboard
Results
23
VanillaNet issues
Sort by
recently updated
recently updated
newest added
such as weight decay, lr, which optimizer?Or can you tell me which parameter needs to be noticed?
约229行,在源代码的main中, `dataset_train, args.nb_classes = build_dataset(is_train=True, args=args)` 没有考虑到仅eval模式,is_train默认是true,应该在前加一个条件判断语句。