Skip to content

Instantly share code, notes, and snippets.

@nurav
nurav / wsj_loader.py
Created February 12, 2018 18:57 — forked from rbrigden/wsj_loader.py
Load the WSJ speech dataset
import numpy as np
import os
class WSJ():
""" Load the WSJ speech dataset
Ensure WSJ_PATH is path to directory containing
all data files (.npy) provided on Kaggle.
Example usage: