Skip to content

A question about some details in Cr2NN.py #4

@Angel113110

Description

@Angel113110

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions