Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about some details in Cr2NN.py #4

Open
Angel113110 opened this issue Aug 5, 2020 · 0 comments
Open

A question about some details in Cr2NN.py #4

Angel113110 opened this issue Aug 5, 2020 · 0 comments

Comments

@Angel113110
Copy link

Angel113110 commented Aug 5, 2020

Hi, author
Thanks for sharing your work. I'm doing the speech emotion recognition now and your work really helpful. I have a question to ask you. That is:

dataset_path = '/home/jyu/haoweilai/tfrecords2/DNN/%s_%s.tfrecord' %(setname,foldID)
#dataset_paths.append(dataset_path)
info_path = '/home/jyu/haoweilai/tfrecords/DNN_info.csv'
dataset = data.get_dataset(paths=dataset_path, data_info=info_path, num_parallel_calls=4, prefetch_buffer=batchsize)
datasets.append(dataset)

dataset_path = '/home/jyu/haoweilai/tfrecords2/RNN/%s_%s.tfrecord' %(setname,foldID)
#dataset_paths.append(dataset_path)
info_path = '/home/jyu/haoweilai/tfrecords/RNN_info.csv'
dataset = data.get_dataset(paths=dataset_path, data_info=info_path, num_parallel_calls=4, prefetch_buffer=batchsize)
datasets.append(dataset)

In above code block, what are dataset_path and info_path mean? It seems not exist. Can you explain it? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant