ML error

is this an actual error or nothing to worry about? 2023-09-23T16:56:37.710046172Z Could not find image processor class in the image processor config or the model config. Loading based on pattern matching with the model's feature extractor configuration. 2023-09-23T16:56:48.042341593Z Could not find image processor class in the image processor config or the model config. Loading based on pattern matching with the model's feature extractor configuration. 2023-09-23T16:56:49.267362594Z /opt/venv/lib/python3.11/site-packages/transformers/models/convnext/feature_extraction_convnext.py:28: FutureWarning: The class ConvNextFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use ConvNextImageProcessor instead. 2023-09-23T16:56:49.267442136Z warnings.warn(
9 Replies
Alex Tran
Alex Tran2y ago
You can ignore these warning
Sandwichkind
SandwichkindOP2y ago
what about microservices keeps restarting?
Alex Tran
Alex Tran2y ago
Can you post your docker-compose and .env, do you limit ram usaeg on the container?
Sandwichkind
SandwichkindOP2y ago
i have a bunch of failed tasks that i want to get fixed, but i cant figure out how to do it
No description
No description
No description
Alex Tran
Alex Tran2y ago
You can bring down the stack, then remove the redis container It would then requeue the failed job afaik
Alex Tran
Alex Tran2y ago
memory: 256M on microservices you probably need more than that try increasing until it doesn't get killed anymore
Sandwichkind
SandwichkindOP2y ago
okay. that and redis? ill try do i remove the redis volume or container, both?
Alex Tran
Alex Tran2y ago
redis doesn't have volume, so remove the contianer should be fine

Did you find this page helpful?