taming-transformers icon indicating copy to clipboard operation
taming-transformers copied to clipboard

Missing expression after ',' in pipeline element.

Open binkiebinkie opened this issue 4 years ago • 1 comments
trafficstars

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

binkiebinkie avatar Sep 09 '21 00:09 binkiebinkie

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?

DimTrigkakis avatar Oct 05 '21 15:10 DimTrigkakis