Quicksetup-ai
Quicksetup-ai copied to clipboard
A flexible template, as a quick setup for deep learning projects in pytorch-lightning
I try to follow the guidelines, but I always failed at `pip install -e.` step. I am doing on VS code, with ssh connected to Levante. > Obtaining file:///work/mh0033/m300883/Training_while_Runing_box/Training_while_Running >...
The setup fails on MacOS together with Python 3.11 due to a missing `torch==1.11.0` distribution for Mac. This is unfortunate as Python 3.11 is the default Python version on MacOS....
I get this error while trying to execute cookiecutter. ``` Traceback (most recent call last): File "C:\Users\aaa\AppData\Local\Temp\tmpg8lvl1vc.py", line 28, in delete_license_dir() File "C:\Users\aaa\AppData\Local\Temp\tmpg8lvl1vc.py", line 24, in delete_license_dir subprocess.run(["rm", "-r", "licenses/"])...
Include better keywords to improve SEO
See https://github.com/HelmholtzAI-Consultants-Munich/Quicksetup-ai/blob/ba25ce6ad214975951fe4322d76831b9623a8391/%7B%7Bcookiecutter.project_name%7D%7D/configs/test.yaml#L32.
The Slurm `sbatch` scripts in `scripts` expect a global Conda environment called `ml_template_env`, which is not mentioned in the README. Creating the Conda environment should be mentioned. I assume local...
Hi, I would suggest to change ```save_dir: ${original_work_dir}/logs/wandb``` to ```save_dir: ${original_work_dir}/logs``` Otherwise wandb is trying to create ```${original_work_dir}/logs/wandb/wandb``` and the first time complains if this folder does not exist already.