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
Adding a check in the TargetManager.py class that all provided splits are not empty.
This avoids getting an error after costly training if the test set was empty. (Closes #79)
Adding double-check if the cuda device from the out.yml file is available for the Inferencer
module in cuda_device.py (Closes #73)
Simplifying the predict example.
Manual path correction is no longer necessary. Also added fix for mapped_predictions to show up correctly