kwk

Results 4 comments of kwk

Hi Ahmed! Thank you for patiently explained! but I meet some new doubts. 1. arg_reset_hypothesis = False,its help description says "Reset hypothesis across generations",does it mean train H▽ at the...

Hi Ahmed! I used cmd python train_KE_cls.py --resume './data/checkpoints/KE/SPLT_CLS_Aircraft100Pytorch_Split_ResNet18_CS_KDTrue_smthFalse_k0.5_G10_e200_evrand_hResetFalse_smkels_single_gpu_test3/gen_0/split_rate=0.5/0002_g0/checkpoints/model_best.pth' ,but it meets error"join() argument must be str, bytes, or os.PathLike object, not 'NoneType'"so could you tell me correct way for...

Hi Ahmed! Thanks for your patiencea again! With your help, I has solved the resume problem. Also, I want to know which should I load? model_best.pth or epoch_199.pth ?(they are...

Hi,I also want to reproduce ACmix in test_BasicBlock.py,so i want to ask if q,k,v reflect Conv 1*1 need to change Conv 3*3 ?Thanks for reply!