All Projects → arbitularov → Pytorch Bicubic Interpolation

arbitularov / Pytorch Bicubic Interpolation

Bicubic interpolation for PyTorch

Projects that are alternatives of or similar to Pytorch Bicubic Interpolation

Tedsds
Apache Spark - Turbofan Engine Degradation Simulation Data Set example in Apache Spark
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Notebooks
An attempt to formalize my thoughts. A pythonic approach to mental housekeeping
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Academiaiaar
Compilado de cursos y material de capacitación en herramientas de IA y DataScience.
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Ismir2016
Instructions for reproducing the research described in the paper "Tempo Estimation for Music Loops and a Simple Confidence Measure"
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Cluster Lensing
Galaxy Cluster and Weak Lensing Tools
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Icon2017
Repository for the ICON 2017 hackathon 'multivoxel pattern analysis (MVPA) of fMRI data in Python'
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Mnist 1stclass on aznotebook
給想體驗如何在微軟AZ notebook上操作GPU及做圖像辨識(以MNIST資料集為例)
Stars: ✭ 15 (+0%)
Mutual labels:  jupyter-notebook
Strata data
A repo of sample data for our PyData Tutorial!
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Motivesextractor
Extract Polyphonic Musical Motives from Audio Recordings
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Kaggle
My kaggle competition solution and notebook
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Nlp tutorials
Overview of NLP tools and techniques in python
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Frolsidentification
A set of Matlab/Octave files that performs a method of Nonlinear System Identification.
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Alipayredpackethacknet
支付宝 AR 红包 破解教程
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Tutorials
A project for developing tutorials for Streams
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Dsx Tutorials
A collection of tutorials, demos, and use cases for IBM Data Science Experience http://datascience.ibm.com/
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Forecaster
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook
Seq 2 Seq Ocr
Handwritten text recognition with Keras
Stars: ✭ 15 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow2 Generative Models
Implementations of a number of generative models in Tensorflow 2. GAN, VAE, Seq2Seq, VAEGAN, GAIA, Spectrogram Inversion. Everything is self contained in a jupyter notebook for easy export to colab.
Stars: ✭ 883 (+5786.67%)
Mutual labels:  jupyter-notebook
Archive
Archive of presentations
Stars: ✭ 14 (-6.67%)
Mutual labels:  jupyter-notebook

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].