pytorch/caffe2
Nikita Shulga 5976f0bdfe Set min supported Python version to 3.8 (#93155)
Also, grep for `if sys.version_info .cond. (3, 8)` and replaces them with appropriate action.

This is a last in a series of PRs that moved CI/CD away from testing PyTorch behavior against Python-3.7.

Fixes https://github.com/pytorch/pytorch/issues/80513

Pull Request resolved: https://github.com/pytorch/pytorch/pull/93155
Approved by: https://github.com/huydhn
2023-01-29 18:28:46 +00:00
..
contrib [caffe2] Remove OperatorBase::newstyle_outputs_ (#67093) 2023-01-23 22:41:59 +00:00
core [caffe2] Remove OperatorBase::newstyle_outputs_ (#67093) 2023-01-23 22:41:59 +00:00
cuda_rtc
db
distributed
experiments
ideep [MKLDNN] Rename pooling_avg to pooling_avg_exclude_padding (#90247) 2023-01-12 00:08:30 +00:00
image
mobile
mpi
observers
onnx
operators Fix some code issues (#92760) 2023-01-24 08:19:03 +00:00
opt
perfkernels
predictor
proto
python Set min supported Python version to 3.8 (#93155) 2023-01-29 18:28:46 +00:00
quantization
queue
serialize Add an option to skip loading of debug traces (#91430) 2022-12-29 22:53:17 +00:00
sgd [CUDA] Drop CUDA 10 support (#89582) 2023-01-05 05:11:53 +00:00
share Fix some code issues (#92760) 2023-01-24 08:19:03 +00:00
test
transforms
utils More tidy fixes (#93069) 2023-01-27 06:40:50 +00:00
video
.clang-format
__init__.py
BUILD_MODE.bzl
CMakeLists.txt Set min supported Python version to 3.8 (#93155) 2023-01-29 18:28:46 +00:00
README.md
release-notes.md
requirements.txt
unexported_symbols.lds
VERSION_NUMBER
version_script.lds

Caffe2

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