PlumedSerpent
PlumedSerpent
Hi, I have a training script with structure as : model=Net() flops, params = get_model_complexity_info(model, (3, 256, 256), as_strings=True, print_per_layer_stat=True) print('Flops: ' + flops) print('Params: ' + params) training torch.save(model)...
## Which project are you using? TS3 ## Issue description To my understanding , the files under models DIR are not all the source codes, right? Would you release the...
Thanks for your excellent work! When I try to reproduce HRank in other networks, I found an interesting result: 1. When I applied torch.matrix_rank to a network with leaky_relu, it...
Thank you for your elegant implementation. I have some question about the local relation layer. - What is the meaning of the note---"For Each Spatial Position" in the architecture picture...
可以补发一下嘛
Hi, thanks for your work. When I performed an experiment on the cifar10 using srmnet-32, I only got 91.2 accuracy, which is far away from the result you post (92.9)....