Skip to content

arbitularov/PyTorch-Bicubic-interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch-Bicubic-interpolation

Introduction

Bicubic interpolation for PyTorch In PyTorch don't have Bicubic interpolation. Therefore, I considered several options for the implementation of the project. The goal is to get a speed close to the PyTorch bilinear interpolation.

How to Run

This code is written in Python 3.6

# Use pip for python 2.7 and pip3 for python 3.6

pip3 install torch torchvision
pip3 install numpy
pip3 install numba

Results

About

Bicubic interpolation for PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published