All Projects → leongatys → Pytorchneuralstyletransfer

leongatys / Pytorchneuralstyletransfer

Licence: mit
Implementation of Neural Style Transfer in Pytorch

Projects that are alternatives of or similar to Pytorchneuralstyletransfer

Julia Dataframes Tutorial
A tutorial on Julia DataFrames package
Stars: ✭ 318 (-2.75%)
Mutual labels:  jupyter-notebook
Adanet
Fast and flexible AutoML with learning guarantees.
Stars: ✭ 3,340 (+921.41%)
Mutual labels:  jupyter-notebook
Autocrop
😌 Automatically detects and crops faces from batches of pictures.
Stars: ✭ 320 (-2.14%)
Mutual labels:  jupyter-notebook
Ml prep
Machine Learning interview prep guide
Stars: ✭ 298 (-8.87%)
Mutual labels:  jupyter-notebook
Cs329s Ml Deployment Tutorial
Code and files to go along with CS329s machine learning model deployment tutorial.
Stars: ✭ 314 (-3.98%)
Mutual labels:  jupyter-notebook
Machine Learning For Trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Stars: ✭ 4,979 (+1422.63%)
Mutual labels:  jupyter-notebook
Sars tutorial
Repository for the tutorial on Sequence-Aware Recommender Systems held at TheWebConf 2019 and ACM RecSys 2018
Stars: ✭ 320 (-2.14%)
Mutual labels:  jupyter-notebook
Ml Art Colabs
A list of Machine Learning Art Colabs
Stars: ✭ 308 (-5.81%)
Mutual labels:  jupyter-notebook
Probability
Probabilistic reasoning and statistical analysis in TensorFlow
Stars: ✭ 3,550 (+985.63%)
Mutual labels:  jupyter-notebook
Textspotter
Stars: ✭ 323 (-1.22%)
Mutual labels:  jupyter-notebook
Joypy
Joyplots in Python with matplotlib & pandas 📈
Stars: ✭ 322 (-1.53%)
Mutual labels:  jupyter-notebook
Jupyter Themer
Apply custom CSS styling to your jupyter notebooks
Stars: ✭ 322 (-1.53%)
Mutual labels:  jupyter-notebook
Bdci2019 Sentiment Classification
CCF BDCI 2019 互联网新闻情感分析 复赛top1解决方案
Stars: ✭ 317 (-3.06%)
Mutual labels:  jupyter-notebook
Notebooks Contrib
RAPIDS Community Notebooks
Stars: ✭ 321 (-1.83%)
Mutual labels:  jupyter-notebook
Caffe Speech Recognition
Speech Recognition with the Caffe deep learning framework, migrating to
Stars: ✭ 323 (-1.22%)
Mutual labels:  jupyter-notebook
Bokeh Python Visualization
A Bokeh project developed for learning and teaching Bokeh interactive plotting!
Stars: ✭ 321 (-1.83%)
Mutual labels:  jupyter-notebook
Autoeq
Automatic headphone equalization from frequency responses
Stars: ✭ 5,989 (+1731.5%)
Mutual labels:  jupyter-notebook
Youtube Code Repository
Repository for most of the code from my YouTube channel
Stars: ✭ 317 (-3.06%)
Mutual labels:  jupyter-notebook
Node
Neural Oblivious Decision Ensembles for Deep Learning on Tabular Data
Stars: ✭ 323 (-1.22%)
Mutual labels:  jupyter-notebook
Your First Machine Learning Project End To End In Python
这是一个完整的,端到端的机器学习项目,非常适合有一定基础后拿来练习,以提高对完整机器学习项目的认识
Stars: ✭ 323 (-1.22%)
Mutual labels:  jupyter-notebook

PytorchNeuralStyleTransfer

Code to run Neural Style Transfer from our paper Image Style Transfer Using Convolutional Neural Networks.

Also includes coarse-to-fine high-resolution from our paper Controlling Perceptual Factors in Neural Style Transfer.

To run the code you need to get the pytorch VGG19-Model from Simonyan and Zisserman, 2014 by running:

sh download_models.sh

Everything else is in the IPythonNotebook NeuralStyleTransfer.ipynb

Have fun :-)

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].