data
data copied to clipboard
Update LAION-example and default value of `scheduled_tasks`
Changes
- Update LAION-example to use threadpool_map
- Change default value of scheduled_tasks to 500
128 was still to low - at least with a timeout of 5 seconds. With this new value I am mostly limited by my internet connection.
I have also compared the speed to async_map
. With the correct values (high batch_size
e.g. 800 and high enough max_concurrency
e.g. 64) I get similar performance - also limited by my internet connection.