Skip to content

Conversation

apekshav2001
Copy link

Here, i2c[32] was being used, but the vocabulary size (all_sys) is only 30. This caused an Error since the index 32 does not exist in the i2c mapping. So, updated the reference from i2c[32] to i2c[29] to match the actual size of the vocabulary.
Screenshot (22)

Here, i2c[32] was being used, but the vocabulary size (all_sys) is only 30. This caused an IndexError since the index 32 does not exist in the i2c mapping. So, updated the reference from i2c[32] to i2c[29] to match the actual size of the vocabulary.
@apekshav2001 apekshav2001 changed the title Fix Index Reference in VAE Model for Vocabulary Size of 30 Fixed Index Reference in VAE Model for Vocabulary Size of 30 Aug 13, 2024
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

Successfully merging this pull request may close these issues.

1 participant