Coder Social home page Coder Social logo

y-kawagu / dcase2021_task2_baseline_ae Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 9.0 45 KB

Autoencoder-based baseline system for DCASE2021 Challenge Task 2.

License: MIT License

Python 100.00%
acoustic-scene-classification anomaly-detection audio audio-classification audio-signal-processing autoencoder dcase dcase2021 deep-learning fault-detection machine-learning machine-listening signal-processing sound unsupervised-learning

dcase2021_task2_baseline_ae's People

Contributors

y-kawagu avatar yuki-nikaido 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

Watchers

 avatar  avatar  avatar  avatar

dcase2021_task2_baseline_ae's Issues

Dependencies from a fresh conda environment

Hi! Thanks for the amazing dataset, paper, and baseline. I just had a couple of dependency issues when installing it on a fresh conda environment (CUDA Linux machine with Slurm) and wanted to post what worked for me (simply pip install -r requirements.txt did not work because the GPU wasn't found by Keras-TF):

Create the environment and explicitly install GPU-enabled libraries:

conda create --name dcase21_t2 python=3.6
conda install numpy==1.18.1
conda install tensorflow-gpu==1.15.0
conda install -c anaconda keras-gpu==2.3.1

Then run pip install -r requirements_lite.txt with the following contents:

Keras-Applications==1.0.8
Keras-Preprocessing==1.0.5
matplotlib==3.0.3
scikit-learn==0.22.2.post1
numba==0.48
librosa==0.6.0
audioread==2.1.5
tqdm==4.43.0

Note the added numba dependency (needed by librosa, needs to be below 0.49). This was inspired by 2020 Task1 readme which has different instructions for pip and conda (similar issue as above).

Cheers!
Andres

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.