pytorch/caffe2
Chen Lai 9515213070 [Operator Versioning] Remove version compare as they are decoupled now (#71461)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/71461

After operator versioning work, the version in model file is used for operator versioning, while bytecode_version is used for bytecode versioning (for bytecode schema). They are two seperate things now and this comparison is not needed.
ghstack-source-id: 147209286

Test Plan: CI

Reviewed By: iseeyuan, tugsbayasgalan

Differential Revision: D33648592

fbshipit-source-id: beaa136a728f88435176a00c07b2d521210f107f
(cherry picked from commit e90e650e1a)
2022-01-19 04:51:45 +00:00
..
contrib use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
core [warnings][Caffe2] Suppress warnings in non-c10 headers (#71370) 2022-01-17 10:09:31 -08:00
cuda_rtc use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
db [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
distributed [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
experiments use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
ideep [c2] Remove unused private fields (#69709) 2021-12-14 11:31:08 -08:00
image Drop unused variables and add some const (#71106) 2022-01-11 12:38:59 -08:00
mobile use irange for loops 6 (#66742) 2021-12-07 16:07:50 -08:00
mpi [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
observers [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
onnx [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
operators Drop more unused variables (#71123) 2022-01-11 12:46:24 -08:00
opt use irange for loops (#70248) 2022-01-06 23:14:29 -08:00
perfkernels use irange for loops (#70248) 2022-01-06 23:14:29 -08:00
predictor use irange for loops (#70248) 2022-01-06 23:14:29 -08:00
proto [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
python reduce plan generation log spam (#70880) 2022-01-08 10:07:06 -08:00
quantization [caffe2/server quant] use new depthwise conv fbgemm interface (#71166) 2022-01-12 15:29:07 -08:00
queue use irange for loops (#70248) 2022-01-06 23:14:29 -08:00
serialize [Operator Versioning] Remove version compare as they are decoupled now (#71461) 2022-01-19 04:51:45 +00:00
sgd Drop unused variables and add some const (#71106) 2022-01-11 12:38:59 -08:00
share [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
test [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
transforms use irange for loops (#69533) 2021-12-07 16:53:27 -08:00
utils Drop unused variables and add some const (#71106) 2022-01-11 12:38:59 -08:00
video use irange for loops (#69533) 2021-12-07 16:53:27 -08:00
__init__.py remediation of S205607 2020-07-17 17:19:47 -07:00
.clang-format
c2_aten_srcs.bzl Move grad_mode.h/cpp to c10. (#56204) 2021-04-16 11:50:08 -07:00
CMakeLists.txt The Cacherator (#71350) 2022-01-17 23:52:14 -08:00
README.md Grammar patch 1 (.md) (#41599) 2020-07-20 10:19:08 -07:00
release-notes.md Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
requirements.txt Remove references to typing module from setup.py (#47677) 2020-11-12 10:04:38 -08:00
unexported_symbols.lds Hide all symbols in llvm namespace (#63272) 2021-08-15 11:29:43 -07:00
VERSION_NUMBER
version_script.lds Hide all symbols in llvm namespace (#63272) 2021-08-15 11:29:43 -07:00

Caffe2

Jenkins Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use GitHub issues (https://github.com/pytorch/pytorch/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai