Coder Social home page Coder Social logo

Comments (10)

amanbasu avatar amanbasu commented on May 26, 2024

Thanks for your interest, the link is mentioned in the readme.
But anyway, here it is:
https://drive.google.com/file/d/1QidPJVsdUnYXj0VAGIrffmDl3pjA6RLl/view?usp=sharing

from speech-emotion-recognition.

Jon-Zbw avatar Jon-Zbw commented on May 26, 2024

Hello Aman:
Thks for your reply. I got some problems again : 'speech_emotion_data.pkl ' in speech_emotion_gpu.py 、‘mfcc_feat.pkl’ in create_mfcc.ipynb 、'feature' in extract_features.py . These three files are the same???

from speech-emotion-recognition.

Jon-Zbw avatar Jon-Zbw commented on May 26, 2024

Add: I can't open this :https://drive.google.com/file/d/1QidPJVsdUnYXj0VAGIrffmDl3pjA6RLl/view?usp=sharing.

from speech-emotion-recognition.

amanbasu avatar amanbasu commented on May 26, 2024

mfcc_feat.pkl in create_mfcc.ipynb: only contains MFCC features and corresponding emotion labels.
feature in extract_features.py: contains only feature values (more than MFCC).
speech_emotion_data.pkl in speech_emotion_gpu.py: contains feature values along with labels.
Apologies for the terminology of files.

Here is the link for speech_emotion_data.pkl file:
https://drive.google.com/file/d/10KQgGZQcOGR7Wa9UxkHe4ASDLeIm-3yU/view?usp=sharing

Let me know if somehow this link gets invalidated again.

from speech-emotion-recognition.

Jon-Zbw avatar Jon-Zbw commented on May 26, 2024

Tks very much ,I got it. Actually, I'm using my own data set. however,my generated mfcc_feat.pkl file is garbled code.But those features can be printed in Pycharm

from speech-emotion-recognition.

Jon-Zbw avatar Jon-Zbw commented on May 26, 2024

Hi Aman . im coming again HAHA
from tensorflow.contrib import rnn
from tensorflow.contrib.rnn import stack_bidirectional_dynamic_rnn
ModuleNotFoundError: No module named 'tensorflow.contrib'
my version of tensoflow is 2.2.0 and because of other project ,i dont wanna reduce this version
how to deal with it?

from speech-emotion-recognition.

amanbasu avatar amanbasu commented on May 26, 2024

Hi @zbw66, we used the 1.10.0 version probably. So, to run the same code on 2.2.0, you need to find the replacement of stack_bidirectional_dynamic_rnn in some other module.

from speech-emotion-recognition.

Jon-Zbw avatar Jon-Zbw commented on May 26, 2024

ok Thanks for your patience. I'll try to create an environment like yours
Reconfirm:I would like to know the ’’python‘‘ and ‘’tensorflow‘’ version of this project

from speech-emotion-recognition.

amanbasu avatar amanbasu commented on May 26, 2024

Python 3.6, TensorFlow 1.10.0.

from speech-emotion-recognition.

Jon-Zbw avatar Jon-Zbw commented on May 26, 2024

Hi Aman:
I have some problems here.:

firstly:
df = df.reset_index()
print(df)
[output]:
index ... name
0 0 ... a
1 1 ... b
2 2 ... c
...bla bla ... bla (I don't know. Can you read this typesetting? HAHA)
[64 rows * 3 columns]

secondly:
F=df. drop('index' , inplace=True , axis=1)
print(F)
[output]:
None (i dont know why????)

thirdly:
for index, row in df.iterrows():
df.set_value(index, 'lengths', row['Features'].shape[0])

‘’set_value‘’ became to ‘’at‘’

so:
df.at(index, 'lengths', row['Features'].shape[0])
but:
Traceback (most recent call last):
File "D:/Project/pycharm/RNN/create_mfcc.py", line 86, in
df.at(index, 'lengths', row['MFCC'].shape[0])
TypeError: '_AtIndexer' object is not callable

from speech-emotion-recognition.

Related Issues (9)

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.