conda create --name env_name
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
poetry run pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 -f https://download.pytorch.org/whl/torch_stable.html
poetry run python -c "import torch; print(torch.cuda.is_available())"
python -c "import torch; print(torch.cuda.is_available())"
python .\evaluation_script.py --submission="probs.csv" --target="data_train.csv"