Ishparsh Uprety
Results
1
issues of
Ishparsh Uprety
This is the model architecture: ``` YOLO( (model): DetectionModel( (model): Sequential( (0): Conv( (conv): Conv2d(3, 16, kernel_size=(3, 3), stride=(2, 2), padding=(1, 1), bias=False) (bn): BatchNorm2d(16, eps=0.001, momentum=0.03, affine=True, track_running_stats=True) (act):...