Skip to content

Implementation of the paper "Neural separation of observed and unobserved distributions"

Notifications You must be signed in to change notification settings

tavihalperin/Neural-Egg-Seperation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Egg Seperation

This repository contains demo code for the paper Neural separation of observed and unobserved distributions (ICML 2019).

Please cite the papers below if you make use of the software.

Prerequisites

The following packages are required:

torch
torchvision
numpy 
skimage
museval (for audio)

Usage

First, download speech and shoes/bags training sets from Google drive Store speech train data in data/speech, bags in data/bags, and shoes in data/shoes.

Run

python train_audio.py

Or

python train_images.py

Publications

@inproceedings{halperin2019neural,
  title={Neural separation of observed and unobserved distributions},
  author={Halperin, Tavi and Ephrat, Ariel and Hoshen, Yedid},
  booktitle={Proceedings of the 36th International Conference on Machine Learning(ICML)},
  year={2019},
}

About

Implementation of the paper "Neural separation of observed and unobserved distributions"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages