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

Bug in lstm_image_caption_pretrained_wordvecs_rnn_api #4

Open
hsupeter opened this issue Sep 8, 2020 · 0 comments
Open

Bug in lstm_image_caption_pretrained_wordvecs_rnn_api #4

hsupeter opened this issue Sep 8, 2020 · 0 comments

Comments

@hsupeter
Copy link

hsupeter commented Sep 8, 2020

Hello,
I found a bug in ch9/lstm_image_caption_pretrained_wordvecs_rnn_api.ipynb, In [8],
Building the Dictionary with Clean Data. Under instruction dictionary = {'SOS':0, 'EOS': 1} , It seemed to lose an important instruction unique_words = list(set(word_list)), so that the dictionary and reverse_dictionary contents didn't change by using clean data.

@hsupeter hsupeter closed this as completed Sep 8, 2020
@hsupeter hsupeter reopened this Sep 8, 2020
@hsupeter hsupeter changed the title Hello, Bug in lstm_image_caption_pretrained_wordvecs_rnn_api Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant