Troubleshooting
Overview
How to troubleshoot issues you are facing while using Podonos’ service and SDK.
I am sorry to hear that. Please feel free to contact us at hello@podonos.com
Please feel free to let us know the details at hello@podonos.com
There could be multiple reasons for the slow upload. First, please increase max_upload_workers
when creating an Evaluator
object.
python
Copy
Ask AI
etor = client.create_evaluator(
name='Custom Naturalness Evaluation',
desc='My own question', type='NMOS', num_eval=10,
max_upload_workers=30)
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.