Skip to main content
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
etor = client.create_evaluator(
    name='Custom Naturalness Evaluation',
    desc='My own question', type='NMOS', num_eval=10,
    max_upload_workers=30)
I