taming-transformers
taming-transformers copied to clipboard
Missing expression after ',' in pipeline element.
When I run the following command in Anaconda Powershell from the documentation I get an error for having the comma at the end. The documentation says you can do this to run on one GPU instead of two. Any ideas?
At line:1 char:67 + py -3.8 main.py --base configs/custom_vqgan.yaml -t True --gpus 0, + ~ Missing expression after ',' in pipeline element. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : MissingExpression
Windows won't let you run this. If you set train_config["gpus"] = "0," inside the main.py file in line 423, does it change anything?