SAM-Adapter-PyTorch icon indicating copy to clipboard operation
SAM-Adapter-PyTorch copied to clipboard

B, Nt, E = q.shape ValueError: too many values to unpack (expected 3)

Open BirATMAN opened this issue 10 months ago • 1 comments

Hi, I ran the code using "torchrun train.py --config configs/demo.yaml"

For some reason, I got the Value error: B, Nt, E = q.shape ValueError: too many values to unpack (expected 3)

has anyone gotten this error? I'm using paired-image-folders to compile dataset.

BirATMAN avatar Dec 10 '24 03:12 BirATMAN