iksooman

Results 4 issues of iksooman

Thank you for sharing your codes. While I try to use your codes, I found something weird. There are performance graphs on README.md of AutoFormerV2. And at the first graph,...

AutoFormerV2

In the 166th line of train_search.py, you used 6 arguments for NetworkCIFAR like -> model = NetworkCIFAR(36, CIFAR_CLASSES, 20, True, model.genotype(), args.drop_path_prob) It makes an error because NetworkCIFAR takes only...

문제 상황 --- 2024년 3월 24일 이전 버전 TANGO를 사용하시다가 이후 버전으로 사용하시면 BMS 실행 시에 status가 error로 표시되는 상황을 겪으실 수 있습니다. 원인 --- 해당 에러는 2024년 3월 24일...

bug
info

Thanks for sharing your code! I'm trying to test your code, but I got an error like: ``` Traceback (most recent call last): File "C:\Users\admin\PreNAS\supernet_train.py", line 463, in main(args) File...