Closed rishiraj closed 2 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Many thanks for the fix @rishiraj ! We'll include this on the next release -- it is somewhat delayed though due to the change in ABI issues with TF2.6. We'll keep you posted.
Any update to this @janpfeifer ?
Hi @rishiraj,
Thanks for the fix, for the pr, and for pinging us back! You change was integrated.
M.
The script was converting the train pandas dataframe (train_ds_pd) into test tensorflow datasets (test_ds). Fixed it, now test pandas dataframe is converted to test tensorflow dataset.