Feature generation problem

Question/Issue: I try to generate features in a model for object detection but i getting
error with reducing dimensions

Attached to job 2899615…
Scheduling job in cluster…
Job started
Reducing dimensions for visualizations…
ERR: Expected 2D array, got 1D array instead:
array=[].
Reshape your data either using array.reshape(-1, 1) if your data has a single feature or array.reshape(1, -1) if it contains a single sample.
Application exited with code 1
Job failed (see above)

Project ID: 92941

Context/Use case:
A model for object detection with 2 labels, every image have only one label because i try to disable multiple labeled images and see if that was the problem but no.
Image data 96x96 squash.

Problem solve , image resolution to big i think.

2 Likes