I am trying to use autotrain to fine tune a image classification model (used docker
). I have uploaded the dataset as it was instructed. But when I try to start training
the log shows this error. Please tell me how to solve this error.
File "/app/env/lib/python3.10/site-packages/starlette/routing.py", line 276, in handle
await self.app(scope, receive, send)
File "/app/env/lib/python3.10/site-packages/starlette/routing.py", line 66, in app
response = await func(request)
File "/app/env/lib/python3.10/site-packages/fastapi/routing.py", line 274, in app
raw_response = await run_endpoint_function(
File "/app/env/lib/python3.10/site-packages/fastapi/routing.py", line 191, in run_endpoint_function
return await dependant.call(**values)
File "/app/src/autotrain/app.py", line 424, in handle_form
params = app_params.munge()
File "/app/src/autotrain/app_params.py", line 37, in munge
raise ValueError(f"Unknown task: {self.task}")
ValueError: Unknown task: image_multi_class_classification