SK

Results 2 issues of SK

Solving value error in code block 55: --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 23 #inputs = processor(single_patch, return_tensors="pt") 24 #Now try with bounding boxes. Remember to uncomment....

Without expanding dimension the following error comes up in while executing code block 33: example = train_dataset[0] for k,v in example.items(): print(k,v.shape) --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in...