Swin-Transformer icon indicating copy to clipboard operation
Swin-Transformer copied to clipboard

train(hyp, opt, device, tb_writer) How to deal,brothers

Open baiwenyu211 opened this issue 3 years ago • 1 comments

On YOLOv5s-5.0

TypeError: 'int' object is not subscriptable

baiwenyu211 avatar Sep 25 '22 10:09 baiwenyu211

https://stackoverflow.com/questions/8220702/error-int-object-is-not-subscriptable-python

See if an integer variable has been subscripted in the code anywhere, like a[idx], when actually a is just an integer

silky1708 avatar Oct 22 '22 12:10 silky1708