aetros-cli icon indicating copy to clipboard operation
aetros-cli copied to clipboard

AETROS CLI + SDK. Command line application to manage/monitor machine learning training in AETROS Trainer

Results 4 aetros-cli issues
Sort by recently updated
recently updated
newest added

My model has multiple losses and I get the following error using the KerasCallback. It seems that the callback sends a list which is not supported by the backend. ```...

When starting the aetros cli it produces: ``` [0m aetros-server[3912] ERROR Connection error during connecting to trainer.aetros.com: preexec_fn is not supported on Windows platforms Exception in thread Thread-3: Traceback (most...

Current predict functionality allows for one (or few) test data at a time. A more comprehensive functionality, allowing for batch predict, together with the associated KPIs would be perhaps desirable.

I'm getting the following error immediately after the first epoch completes. Any idea what the problem might be? The shape of my inputs is (3, 256, 256). ```Training status changed...