facebookresearch / fvcore

Collection of common code that's shared among different research projects in FAIR computer vision team.
Apache License 2.0
2k stars 226 forks source link

Unsupported operator aten::max_pool2d encountered 5 time(s) #148

Open Drglitch791 opened 5 months ago

Drglitch791 commented 5 months ago

Hi, My CNN model have 5 max pooling layers. When trying to count number of flops I am getting warning Unsupported operator aten::max_pool2d encountered 5 time(s). But it is returning the flops counts at last. So is this an issue?