Importing `static` dataset module takes a lot of time. The issue is caused by global dataset **constants** to be defined in the module actually reading from files. This issue could be easily fixed by replacing global constants with `loading_functions`.
Importing
staticdataset module takes a lot of time.The issue is caused by global dataset constants to be defined in the module actually reading from files.
This issue could be easily fixed by replacing global constants with
loading_functions.