How to troubleshoot issues you are facing while using Podonos’ service and SDK.
You followed the examples, but you get an error
I am sorry to hear that. Please feel free to contact us at hello@podonos.com
The example is not sufficient to do what you want
Please feel free to let us know the details at hello@podonos.com
File upload is too slow.
There could be multiple reasons for the slow upload. First, please increase max_upload_workers when creating an Evaluator object.
max_upload_workers
Evaluator
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?