Giter VIP home page Giter VIP logo

spring2019_tutorials's People

Contributors

daanishalikhan avatar davidlbick avatar raphaelolivier avatar sarvesh96 avatar williamhoo 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spring2019_tutorials's Issues

HW1 Part 2: Code for generate Mel spectrogram in

I'm interested in HW1 part 2 (Input Frame Mel features -> Predict Phoneme state), and I want to test my model on my audio voice data.

According to kaggle S2020 course

To convert the speech to a mel-spectrogram, it is segmented into little "frames", each 25ms wide, where the "stride" between adjacent frames is 10ms. Thus we get 100 such frames per second of speech.

Thus, for a T-second recording, the entire spectrogram is a 100T x 40 matrix, comprising 100T 40- dimensional vectors (at 100 vectors (frames) per second).

But the dataset provided on this homework is already converted to mel-spectrogram without further explain on the process and other config of mel (Apply preprocessing, resample, normalize amplitude, frequency range).

Can you please give the source to generate your dataset ? Thank you

get_data not available

Thanks for sharing these series of notebook with us.
I just started and got stuck by

"from dataloader import get_data"

I wonder if this is an external file that is missing from the folder or this refers to the dataloader package ? if the later, the get_data does not exist.

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-6-80d340b35860> in <module>()
      1 import pickle,csv
----> 2 from dataloader import get_data

/Users/opt/anaconda3/envs/CMU/lib/python3.7/site-packages/dataloader/__init__.py in <module>()
----> 1 from dataloader import read_data_sets

ImportError: cannot import name 'read_data_sets' from 'dataloader' (/Users/opt/anaconda3/envs/CMU/lib/python3.7/site-packages/dataloader/__init__.py)

I also looked into the previous years but seems nobody really had a similar issue. I appreciate your comments.

assignment answers

Could you please open source the assignment answers, I have done assignments but I do not know whether it is right. I would really appreciate it if you could help me.

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.