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

word_classifier_CTC.ipynb accuracy+padding part #121

Open
TheScientist1900 opened this issue Feb 17, 2020 · 4 comments
Open

word_classifier_CTC.ipynb accuracy+padding part #121

TheScientist1900 opened this issue Feb 17, 2020 · 4 comments

Comments

@TheScientist1900
Copy link

@Breta01
targets = tf.sparse_placeholder(dtype=tf.int32,
name='targets')

targets_length = targets.get_shape().as_list()[1] it raises an error the shpae of the tensor in unknown, we can't call as_list function
and more details like PAD , test_targets are not initialized.

@dubbsbrandon
Copy link

Did you happen to get this working? I'm at this same point and dont really want to use the Tensorboard portion, and just want the predictions.

@TheScientist1900
Copy link
Author

TheScientist1900 commented Mar 5, 2020 via email

@dubbsbrandon
Copy link

Whats your contact information? I can't seem to get it to work. Do you have the word_classifier_CTC notebook working on your own dataset or...? I can't seem to get my own data to work.

@TheScientist1900
Copy link
Author

TheScientist1900 commented Mar 12, 2020 via email

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

2 participants