tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

pix2pix data_utils.load_data is missing #14

Closed jemgold closed 7 years ago

jemgold commented 7 years ago

I thiiiink pix2pix's data_utils is missing load_data

    # Load and rescale data
    X_full_train, X_sketch_train, X_full_val, X_sketch_val = data_utils.load_data(dset, image_dim_ordering)
AttributeError 'module' object has no attribute 'load_data'

Any ideas? Thanks for making this!

tdeboissiere commented 7 years ago

Indeed. I'll fix it asap.

tdeboissiere commented 7 years ago

Should be fixed now.

jemgold commented 7 years ago

Woo, appreciate the quick fix, thanks!

neekhil18 commented 6 years ago

How did you fixed it???????????