neural_sketch
neural_sketch copied to clipboard
Error with deepcoderModel.py
I ran the algolisp DC model with the algolisp dataset. It was running smoothly. I tried running the algolisp DC model code with a new dataset. I took care of the format, file extension, etc. The following error occurred:
KeyError in symbolToIndex for the key 'Once'. I checked the word and it was present in word.vocab in the data/generated folder. 'Once' is the first word of the first instance in the training set. The training and dev data were loaded.
Could you help me in resolving this error?