You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
tune_for_memory should be working without any expected error
Environment (please complete the following information):
OS: [e.g. iOS] ludwigai/ludwig:nightly
Version [e.g. 22]
Python version 3.8
Ludwig version nightly
The text was updated successfully, but these errors were encountered:
Jeffwan
changed the title
TypeError: '>' not supported between instance of 'str' and 'int'
TypeError: '>' not supported between instance of 'str' and 'int' when tune_for_memory is True
Sep 15, 2022
Thanks @Jeffwan for pointing this out. We haven't been using tune_for_memory internally and it's experimental at the moment, but I managed to fix the issue in #2508. We should be able to land this into the 0.6 release tomorrow.
Describe the bug
I tried to set tune_for_memory to True and meet TypeError.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
tune_for_memory should be working without any expected error
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: