Fixed import path issue in experimental.py

pull/2108/head
TejaReddy 2025-01-05 20:50:16 +05:30
parent a207844b1c
commit f263929660
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import random
import torch
import torch.nn as nn
from models.common import Conv, DWConv
from utils.google_utils import attempt_download