Closed Askejm closed 2 years ago
Nvm i got it working.
Deleted the env and started over making sure to install pytorch 1.9.1 with cudatoolkit 11.1 and that fixed it
pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
I was trying to train the stem when I ran into this issue
This is my command:
python train.py --outdir=checkpoints --cfg=stylegan3-t --data=data/mc32 --workers=6 --gpus=1 --batch=16 --batch-gpu=16 --snap=4 --metrics=none --cbase=16384 --cmax=256 --syn_layers=7
I tried it using the folder created by dataset_tool.py, the zip file, and a folder and zip file of just all the png files.
Windows 10 rtx 3070