in dist_train.sh file, there is a line ''PYTHONPATH="$(dirname $0)/..":$PYTHONPATH '', what does it mean? I have konwn that it is about PYTHONPATH. But how it works ...
We're starting to migrate to lmod to manage dependencies. There's this script inside of lmod to allow running commands inside a Python script. We're starting to use it to build some data pipelines ...