Zhiwei
Zhiwei
Hi Eric, Since I need to train a ResNet50 with less parameter, i read the code of definition of ResNet in your code. I found that it is pretty different...
Hi~ Thanking for your code firstly ! I use the SyncBatch for training SSD, when training I can get 46.81% mAP after 10 epoches finishes. However, when I use the...
73 new ATen operators/variants are added in the pin update. 16 new unit tests ported to enhance functionality coverage. Aligned source file directory structure with ATen native. Fixed corner case...
# Motivation This PR enables the XPU quantized convolution. The operators it registers are `onednn::qconv_prepack`, `onednn::qconv1d_pointwise`, `onednn::qconv2d_pointwise`, `onednn::qconv3d_pointwise`. We share same operator schemas as Intel CPU backend as both would...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #140677 cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @gujinghui @EikanWang @fengyuan14 @guangyey
# Description Add tutorials for XPUInductorQuantzer, which serves as the INT8 quantization backend for Intel GPU inside PT2E.