pytorch / benchmark

TorchBench is a collection of open source benchmarks used to evaluate PyTorch performance.
BSD 3-Clause "New" or "Revised" License
868 stars 283 forks source link

[JIT not enabled] MOCO #304

Closed Krovatkin closed 1 year ago

Krovatkin commented 3 years ago

See https://github.com/pytorch/benchmark/blob/master/torchbenchmark/models/moco/__init__.py#L73

Krovatkin commented 3 years ago

@wconstab do you happen to know by any chance why jit mode for MOCO was disabled?

wconstab commented 3 years ago

No, I don't know. if git blame shows it as part of my initial copy to this repo, you could check blame on the old repo which was pytorch/hub. There could be some insight in the commit message.