This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for profiling EfficientNet (#483)
Summary: Pull Request resolved: #483 - Add `flops` and `activations` to `Conv2dSamePadding` - The EfficientNet forward squeezed the final output - this works fine for batches with > 1 elements, but for unit batches, it removes the batch dimension as well. This resulted in incorrect profiler behavior and has been fixed. Reviewed By: vreis Differential Revision: D21094291 fbshipit-source-id: e76a7c5398c521c11e00bca4d428138430bc7344
- Loading branch information