BoyangXia
BoyangXia
it is fixed. thank you!
> @wvinzh ,谢谢您的回答,实验效果不错,我实验了。祝好。 您好,您说的是ResNet50-BAP实验效果不错吗
I have the same question, can anyone help explain this Thank the future helpers~
meet too...
you can just extract all args by this code: ``` args = parser.parse_args() with open(args.config, 'r') as f: config = yaml.load(f, Loader=yaml.FullLoader) config.update(vars(args)) args = Namespace(**config) ```