With the new approach of storing all parameters and recorders as global network variables, we now have a situation where downloading and setting these up is becoming very slow for bigger networks.
Can we:
- Identify the cause of the slowdown in this function?
- Find any hydra-base functions which might help such as downloading data in batches
- If no such functions exist, create an issue for either implementing these functions or improving this functionality in hydra-base
With the new approach of storing all parameters and recorders as global network variables, we now have a situation where downloading and setting these up is becoming very slow for bigger networks.
Can we: