/deepdream-pytorch

Primary LanguageJupyter NotebookOtherNOASSERTION

This repository contains a port of the original Deep Dream Notebook from Caffe to PyTorch.

Credits:

Setup

Requirements

Setup conda environment & Jupyter Kernel

Create conda environment:

$ conda env create --file env.yml

Activate conda environment:

$ conda activate deepdream-pytorch

Install Jupyter kernel:

$ python -m ipykernel install --user --name=deepdream-pytorch

Open the notebook

Now the dream.ipynb notebook can be opened in JupyterLab. Make sure the deepdream-pytorch kernel is selected.