Using ImageNet pretrained weights?
TianheWu opened this issue · 1 comments
TianheWu commented
Hi, thanks a lot for clean the complex code!
I want to know whether this clean code can load the ImageNet pretained weights and How?
karttikeya commented
Hi,
This version of the reversible code cannot load in ImageNet weights natively. To do so you would have to make several changes to the model configurations.
Instead, I would recommend you use the rev code in pyslowfast. See readme for more details.