The world's cleanest AutoML library ✨ - Do hyperparameter tuning with the right pipeline abstractions to write clean deep learning production pipelines. Let your pipeline steps have hyperparameter spaces. Design steps in your pipeline like components. Compatible with Scikit-Learn, TensorFlow, and most other libraries, frameworks and MLOps environments.
The save_step/load_step methods of this saver define two cases for each sub-step: one if the should_save method returns True, and one if it returns False. The later crashes on load_step calls by using the TruncableStep getitem method.
I believe we should find a way to get rid of the second case. I tried to do so quickly, but got some error from the ResumablePipeline tests. This should be investigated at the same time as issue #470.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 180 days. Thank you for your contributions.
The save_step/load_step methods of this saver define two cases for each sub-step: one if the should_save method returns True, and one if it returns False. The later crashes on load_step calls by using the TruncableStep getitem method.
I believe we should find a way to get rid of the second case. I tried to do so quickly, but got some error from the ResumablePipeline tests. This should be investigated at the same time as issue #470.