vijayi1
vijayi1
This is a follow up to PR 3913. It adds unit tests for the image utils functions added by that PR.
I'm training an AlexNet encoder for an image classification problem. The model performance is worse with a ray backend and num_workers=4, compared to when it is locally trained or ray...
**Describe the bug** When resuming a model train (retraining) with Ray, using a small dataset the following exception occurs - 2024-04-08 13:13:36,849 WARNING worker.py:1866 -- Traceback (most recent call last):...