Recent Posts
Comparing benchmarks between ROCm and NVIDIA(Inference)
Introduction As the ROCm libraries has been updated, thoroughput of both inference and training has been improved. In this post we would like to show some comparison between the AMD GPGPU environment on ROCm2.6 and NVIDIA RTX2080ti on Cuda 10 for Machine learning inference tasks. Hardwares and softwares Here are the Hardwares and softwares we have tested these benchmarks.
Hardwares and softwares of ROCm environment is as follows:
OS:Ubuntu16.04 GPU:AMD RadeonVII or AMD RX Vega 64 ROCm:2.
read more
CenterNet on AMD RadeonGPU
Introduction Because there was a better ObjectDetection paper than M2Det, I checked the operation on Radeon GPU. M2Det is also Chinese, and CenterNet is a model called CenterNet written by Chinese people. According to the paper, it will be the most accurate and lightest model, YoloV3 <M2Det <CenterNet.
CenterNet: Keypoint Triplets for Object Detection https://arxiv.org/abs/1904.08189
PyTorch Implementation https://github.com/xingyizhou/CenterNet/blob/master/readme/INSTALL.md
Keras Implementation https://github.com/see--/keras-centernet
Installation Check Clone it and put in the required package.
read more
BERT on AMD RadeonGPU
Introduction It is often asked by natural language processors on AMD Radeon GPU whether BERT works, so I will introduce the story when I verified it.
Results Confirming Installation Official Documentation: https://github.com/google-research/bert
It seems that it should be possible to move from TensorFlow 1.11 to 1.12.0. As ROC m2.3 update has come, I will set up on an experimental machine and run it on Radeon VII.
Originally, on the TensorFlow 1.
read more
How to setup Caffe on AMD Radeon GPU
Introduction Currently, PyTorch / Caffe2 base is at the cutting edge, but some of the sources on github are still based on old Caffe versions. We will look at how to set up hipCaffe (ROCm-Caffe) based on Ubuntu 16.04 + ROCm Write
Installation Requirements -Ubuntu 16.04 -Complete set of basic packages required for build -ROCm driver -MIOpen library (CUDA simulation layer) -OpenCV2 or OpenCV3 -hipCaffe
Here is a script that compiles with one command line.
read more
PyTorch-ROCm on AMD Radeon GPU
Introduction PyTorch supports ROC m2.1!
This is an installation guide for running on AMD Radeon GPUs.
Installation AMDGPUdriver 2.1 supports PyTorch1.x.x It was announced that PyTorch was officially supported.
https://rocm.github.io/dl.html
Deep Learning on ROCm TensorFlow: TensorFlow for ROCm – latest supported version 1.13
MIOpen: Open-source deep learning library for AMD GPUs – latest supported version 1.7.1
PyTorch: PyTorch for ROCm – latest supported version 1.0
Installation Issues(2019/03/01) The official page only describes Docker-based installation methods, and there is no documentation for installing from scratch.
read more