Giter Club home page Giter Club logo

irregulartimeseriesautoencoderpaper's People

Contributors

bnaul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

irregulartimeseriesautoencoderpaper's Issues

This repository is over its data quota. Purchase more data packs to restore access.

Thanks for providing tools and data used in your research.

When trying to clone this repository the following error occurs:

Error downloading object: data/asas/full.pkl (d638076): Smudge error: Error downloading data/asas/full.pkl (d638076807600901ba136dbd0d250dd9111a3bb6a0772a3f5548aeb33647f524): batch response: This repository is over its data quota. Purchase more data packs to restore access.

Would it be possible to upload the data to an external server and upload the link here?

Thank you.

unpickling error

Trying to run the script on python 3 using the following command:

run survey_classifier.py --size 10 --num_layers 5 --model_type GRU --survey_files data/macho/full.pkl --drop_frac 0.5 --lr 0.0001 --sim_type train

gives me an error related to unpickling in the joblib.load line.
Has the pickling been done using python2?

KeyError Traceback (most recent call last)

/content/IrregularTimeSeriesAutoencoderPaper/survey_classifier.py in ()
104
105 if name == 'main':
--> 106 X, X_raw, Y, model, args = main()

4 frames

/content/IrregularTimeSeriesAutoencoderPaper/survey_classifier.py in main(args)
31 classes = ['RR_Lyrae_FM', 'W_Ursae_Maj', 'Classical_Cepheid',
32 'Beta_Persei', 'Semireg_PV']
---> 33 lc_lists = [joblib.load(f) for f in args.survey_files]
34 combined = [lc for lc_list in lc_lists for lc in lc_list]
35 combined = [lc for lc in combined if lc.label in classes]

/content/IrregularTimeSeriesAutoencoderPaper/survey_classifier.py in (.0)
31 classes = ['RR_Lyrae_FM', 'W_Ursae_Maj', 'Classical_Cepheid',
32 'Beta_Persei', 'Semireg_PV']
---> 33 lc_lists = [joblib.load(f) for f in args.survey_files]
34 combined = [lc for lc_list in lc_lists for lc in lc_list]
35 combined = [lc for lc in combined if lc.label in classes]

/usr/local/lib/python3.6/dist-packages/joblib/numpy_pickle.py in load(filename, mmap_mode)
596 return load_compatibility(fobj)
597
--> 598 obj = _unpickle(fobj, filename, mmap_mode)
599
600 return obj

/usr/local/lib/python3.6/dist-packages/joblib/numpy_pickle.py in _unpickle(fobj, filename, mmap_mode)
524 obj = None
525 try:
--> 526 obj = unpickler.load()
527 if unpickler.compat_mode:
528 warnings.warn("The file '%s' has been generated with a "

/usr/lib/python3.6/pickle.py in load(self)
1048 raise EOFError
1049 assert isinstance(key, bytes_types)
-> 1050 dispatchkey[0]
1051 except _Stop as stopinst:
1052 return stopinst.value

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.