automl / Auto-PyTorch

Automatic architecture search and hyperparameter optimization for PyTorch
Apache License 2.0
2.36k stars 284 forks source link

Prediction on one sample produces error #487

Open AlexanderZender opened 1 year ago

AlexanderZender commented 1 year ago

NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://stackoverflow.com

Your issue may already be reported! Also, please search on the issue tracker before creating one.

Issue Description

Expected Behavior

A single probability is returned.

Current Behavior

This error is returned deep within the predict pipeline: image

Possible Solution

Your Code

image

Error message

image

Your Local environment

AlexanderZender commented 1 year ago

My current workaround, duplicating the single row and only use the probabilities from one: image