You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.
Hi,
I read LAS paper recently and found your implementation in tensorflow. I am trying to run your code but
I am having problem in creating tfrecord file for TIMIT dataset. As I downloaded the dataset, it contains several files. I am not sure how to use them for creating tfrecord file and as I read (tfrecord reading and writing tutorial) before writing data into tfrecord file, it requires a dictionary format. so what type of format should I fed into tfrecord file to work with your code? And which files I should use for creating tfrecord for TIMIT dataset?
The text was updated successfully, but these errors were encountered:
Were you successful in creating the Tfrecords file from TIMIT dataset?
If so, please help me do so.
It is very urgent and would help a great deal in my project.
details of system:
Python 3.6
tensorflow-gpu 1.8
nvidia gtx 1050ti gpu
I have TIMIT dataset splitted into Test and Train dataset.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I read LAS paper recently and found your implementation in tensorflow. I am trying to run your code but
I am having problem in creating tfrecord file for TIMIT dataset. As I downloaded the dataset, it contains several files. I am not sure how to use them for creating tfrecord file and as I read (tfrecord reading and writing tutorial) before writing data into tfrecord file, it requires a dictionary format. so what type of format should I fed into tfrecord file to work with your code? And which files I should use for creating tfrecord for TIMIT dataset?
The text was updated successfully, but these errors were encountered: