-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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
Labels
No labels