torchvision build manual for GCC(v0.8.1) - fujitsu/vision GitHub Wiki
Requirements
- PyTorch is already installed. - Follow the PyTorch build manual instructions to install.
- libjpeg is already installed. - can be installed via any of the package managers for RHEL-based Linux distributions.
Verified environment
| Hardware | Fujitsu FX1000 / FX700 |
|---|---|
| OS | RedHad 8.1 / Centos 8.1 |
| Compiler | GCC 8.3.1 20190507 |
| PyTorch | v1.7.0 |
| libjpeg | v9d |
Preparation
- Checkout from Repository.
git clone https://github.com/fujitsu/vision.git
cd vision
git checkout -b fujitsu_v0.8.1_for_a64fx origin/fujitsu_v0.8.1_for_a64fx
Build vision
Build binary files for A64FX.
For pytorch
pip3 install pillow
python3 setup.py install
Copyright
Copyright RIKEN, Japan 2021 Copyright FUJITSU LIMITED 2021