Rectified Convolution
Project description
RFConv
Rectified Convolution
Pretrained Model
| model | baseline | rectified |
|---|---|---|
| ResNet-50 | 76.66 | 77.10 |
| ResNet-101 | 78.13 | 78.74 |
| ResNeXt-50_32x4d | 78.17 | 78.48 |
| ResNeSt-50_2s8x | 78.73 | 79.38 |
Verify Models:
Prepare ImageNet dataset:
cd scripts/dataset/
# assuming you have downloaded the dataset in the current folder
python prepare_imagenet.py --download-dir ./
Test Model
# use resnest50 as an example
cd scripts/
python verify.py --model resnet50 --crop-size 224
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rfconv-0.0.2b20200927.tar.gz
(8.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rfconv-0.0.2b20200927.tar.gz.
File metadata
- Download URL: rfconv-0.0.2b20200927.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bd49fba783fd1dc6917933ad5e8407154dc3139804bcfc7c4874ed559981720
|
|
| MD5 |
848f6cb0f1aa887c281eefe0b18cd01f
|
|
| BLAKE2b-256 |
d1124edb22386665135633750aecf8847132811878180c824fe202e0f6682b4d
|
File details
Details for the file rfconv-0.0.2b20200927-py3-none-any.whl.
File metadata
- Download URL: rfconv-0.0.2b20200927-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35d3304092cd92ba5951ea306d3519f94b7e9ec4a313decd3e395ac5d5aa1306
|
|
| MD5 |
f895e882ed37608992486a8057000244
|
|
| BLAKE2b-256 |
752dc292cc842747f90f3412ce489b350a40048643c6475ceb684f8b6288d05b
|