def test_harry_potter_exists(): assert (exists( 'https://s3.amazonaws.com/cadl/share/27334_Harry-Potter-Theme-Monophonic.mid' )) assert (exists( 'https://s3.amazonaws.com/cadl/share/21150_Harry-Potter-and-the-Philosophers-Stone.mid' ))
def test_model_exists(): assert (exists( 'https://s3.amazonaws.com/cadl/models/model.ckpt-200000.data-00000-of-00001' )) assert ( exists('https://s3.amazonaws.com/cadl/models/model.ckpt-200000.index')) assert ( exists('https://s3.amazonaws.com/cadl/models/model.ckpt-200000.meta'))
def test_gtzan_exists(self): assert (exists('http://opihi.cs.uvic.ca/sound/music_speech.tar.gz'))
def test_cifar_exists(self): assert ( exists('http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz'))
def test_harry_potter_exists(): assert(exists('https://s3.amazonaws.com/cadl/share/27334_Harry-Potter-Theme-Monophonic.mid')) assert(exists('https://s3.amazonaws.com/cadl/share/21150_Harry-Potter-and-the-Philosophers-Stone.mid'))
def test_basic_rnn_mag_exists(): assert(exists('https://s3.amazonaws.com/cadl/models/basic_rnn.mag'))
def test_glove_exists(): assert (exists('http://nlp.stanford.edu/data/wordvecs/glove.6B.zip'))
def test_inception_exists(self): assert(exists('https://s3.amazonaws.com/cadl/models/inception-2015-12-05.tgz'))
def test_i2v_exists(self): assert(exists('https://s3.amazonaws.com/cadl/models/illust2vec.tfmodel'))
def test_i2v_exists(self): assert ( exists('https://s3.amazonaws.com/cadl/models/illust2vec.tfmodel'))
def test_basic_rnn_mag_exists(): assert (exists('https://s3.amazonaws.com/cadl/models/basic_rnn.mag'))
def test_celeb_vaegan_model_exists(self): assert (exists( 'https://s3.amazonaws.com/cadl/models/celeb.vaegan.tfmodel'))
def test_celeb_vaegan_labels_exists(self): assert (exists( 'https://s3.amazonaws.com/cadl/models/list_attr_celeba.txt'))
def test_librispeech_exists(): assert(exists('http://www.openslr.org/resources/12/dev-clean.tar.gz')) assert(exists('http://www.openslr.org/resources/12/train-clean-100.tar.gz')) assert(exists('http://www.openslr.org/resources/12/train-clean-360.tar.gz'))
def test_cornell_exists(self): assert (exists( 'https://s3.amazonaws.com/cadl/models/cornell_movie_dialogs_corpus.zip' ))
def test_librispeech_exists(): assert (exists('http://www.openslr.org/resources/12/dev-clean.tar.gz')) assert ( exists('http://www.openslr.org/resources/12/train-clean-100.tar.gz')) assert ( exists('http://www.openslr.org/resources/12/train-clean-360.tar.gz'))
def test_vgg16_exists(self): assert (exists('https://s3.amazonaws.com/cadl/models/vgg16.tfmodel'))
def test_inception_exists(self): assert (exists( 'https://s3.amazonaws.com/cadl/models/inception-2015-12-05.tgz'))
def test_vgg16_exists(self): assert(exists('https://s3.amazonaws.com/cadl/models/vgg16.tfmodel'))
def test_glove_exists(): assert(exists('http://nlp.stanford.edu/data/wordvecs/glove.6B.zip'))
def test_cornell_exists(self): assert(exists('https://s3.amazonaws.com/cadl/models/cornell_movie_dialogs_corpus.zip'))
def test_model_exists(): assert(exists('https://s3.amazonaws.com/cadl/models/model.ckpt-200000.data-00000-of-00001')) assert(exists('https://s3.amazonaws.com/cadl/models/model.ckpt-200000.index')) assert(exists('https://s3.amazonaws.com/cadl/models/model.ckpt-200000.meta'))