Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
SangbumChoi committed May 23, 2024
1 parent 8ff5f0a commit de654a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/transformers/models/deta/load_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
""" Loading of Deformable DETR's CUDA kernels"""
"""Loading of Deformable DETR's CUDA kernels"""

import os
from pathlib import Path

Expand Down
3 changes: 2 additions & 1 deletion src/transformers/models/yolov6/configuration_yolov6.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
""" YOLOV6 model configuration"""
"""YOLOV6 model configuration"""

from collections import OrderedDict
from typing import Mapping

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# limitations under the License.
"""Convert YOLOS checkpoints from the original repository. URL: https://github.com/hustvl/YOLOS"""


import argparse
import json
from pathlib import Path
Expand Down
3 changes: 1 addition & 2 deletions src/transformers/models/yolov6/modeling_yolov6.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
""" PyTorch YOLOV6 model."""

"""PyTorch YOLOV6 model."""

import math
import warnings
Expand Down

0 comments on commit de654a4

Please sign in to comment.