Unverified Commit 6e9ce183 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Add copyright pre-commit-hook (#1742)

* first commit

* Add copyright pre-commit-hook
parent 0a8e67f7
# Copyright (c) OpenMMLab. All rights reserved.
import torch
import torch.nn as nn
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch
from mmcv.cnn.bricks import GeneralizedAttention
......
# Copyright (c) OpenMMLab. All rights reserved.
import pytest
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch
from torch.nn.functional import relu6
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch.nn as nn
import mmcv
......
# Copyright (c) OpenMMLab. All rights reserved.
import pytest
import torch
import torch.nn as nn
......
# Copyright (c) OpenMMLab. All rights reserved.
import os
import platform
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch
from mmcv.cnn.bricks import Scale
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch
import torch.nn.functional as F
......
# Copyright (c) OpenMMLab. All rights reserved.
import copy
import pytest
......
# Copyright (c) OpenMMLab. All rights reserved.
from unittest.mock import patch
import pytest
......
# Copyright (c) OpenMMLab. All rights reserved.
import os
import os.path as osp
import sys
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import pytest
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import pytest
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import pytest
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import pytest
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import torch
import torch.nn.functional as F
......
# Copyright (c) OpenMMLab. All rights reserved.
import copy
import numpy as np
......
# Copyright (c) OpenMMLab. All rights reserved.
import numpy as np
import pytest
import torch
......
# Copyright (c) OpenMMLab. All rights reserved.
import torch
from torch.autograd import gradcheck
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment