Code Monkey home page Code Monkey logo

bes-edgeml-models's Issues

sample data file for labeled ELM events

@jeff-zimmerman It appears that the sample data file sample_labeled_elm_events.hdf5 is missing from the refactor branch, as best I can tell. Can you add it back, and can you investigate how the tests passed with the data file missing? Thanks.

refactored multi_feature_ds model

@LakshyaMalhotra - When you get a chance, please explore the refactored multi_features_ds model in the branch drsmith. I forked the files train_ds.py and multi_features_ds_model.py from the versions in main. All FFT and DWT calculations are performed at runtime in the forward() call, so preprocessing and storing CWT is no longer necessary. The DWT is efficient like FFT and has minimal memory footprint. I commented out all logic for arguments --multi_features and --use_fft, including in trainer.py and base_arguments.py. I added arguments for the multi_features_ds model in base_arguments.py. Raw, FFT, and DWT features are on by default, and they are turned off by setting, for example, --dwt_num_filters 0. For a small problem size (5 ELM events, signal_window_size=128, and 16 features each for raw/fft/dwt), the FFT and DWT calculations had no impact on epoch elapsed time and ran without a problem on my 16 GB Mac.

The DWT calculations use pytorch_wavelets. It's not on conda-forge, so do git clone and pip install.

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.