The self.reshape_features
is empty when working on petfinder dataset
#1135
Labels
waiting for answer
Further information is requested
Describe the bug
This issue is related with #1134.
I tried to replace the
reshape_features
withfeatures
to workaround the bug caused byIteratableBatcher
(see #1134 for the detailed descriptions about the issue), but when working on the petfinder dataset, theself.reshapes_features
is empty after applying the following code between L35-L39 of parquet.py:To Reproduce
Use my experiment script on petfinder dataset here: https://github.com/zhisbug/ludwig-petfinder/blob/master/petfinder-adoption-prediction/train.py
Try to print
self.reshaped_features
and you will see it is an empty dict.Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: