WangYueFt / rfs

367 stars 66 forks source link

why have custom resnets and not the pytorch resnets #15

Open brando90 opened 3 years ago

brando90 commented 3 years ago

@WangYueFt @HobbitLong I was curious, why did you implement your own resnets instead of using the ones already available in pytorch? is there anything bad about those for meta-learning/few-shot learning?

brando90 commented 3 years ago

@WangYueFt @HobbitLong Is the reason you have this due to multiple GPUs or another reason?

HobbitLong commented 3 years ago

The input resolution is different, so we need to adapt to it.