charlesmartin14 / emf-rbm

Extended Mean Field Restricted Boltzmann Machine
16 stars 11 forks source link

pytest replicates data dir #3

Open charlesmartin14 opened 7 years ago

charlesmartin14 commented 7 years ago

data dir should not be replicated

I use a symbolic link

data -> ../data/

basaks commented 7 years ago

data is only downloaded once as I just use the functions from the rbm_datasets.py. It's not downloaded again if the data is found in the ../data/ dir.

Did you notice something different?