Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
walsvid committed Jun 14, 2024
1 parent 0bfeb2c commit addc258
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 40 deletions.
6 changes: 0 additions & 6 deletions configs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# *************************************************************************
# This file may have been modified by Bytedance Inc. (“Bytedance Inc.'s Mo-
# difications”). All Bytedance Inc.'s Modifications are Copyright (2024) B-
# ytedance Inc..
# *************************************************************************

from .config import cfg, args, make_cfg
5 changes: 0 additions & 5 deletions core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
# *************************************************************************
# This file may have been modified by Bytedance Inc. (“Bytedance Inc.'s Mo-
# difications”). All Bytedance Inc.'s Modifications are Copyright (2024) B-
# ytedance Inc..
# *************************************************************************
6 changes: 0 additions & 6 deletions core/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# *************************************************************************
# This file may have been modified by Bytedance Inc. (“Bytedance Inc.'s Mo-
# difications”). All Bytedance Inc.'s Modifications are Copyright (2024) B-
# ytedance Inc..
# *************************************************************************

from .create_dataset import create_dataset, create_dataloader
6 changes: 0 additions & 6 deletions core/nets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# *************************************************************************
# This file may have been modified by Bytedance Inc. (“Bytedance Inc.'s Mo-
# difications”). All Bytedance Inc.'s Modifications are Copyright (2024) B-
# ytedance Inc..
# *************************************************************************

from .create_network import create_network
6 changes: 0 additions & 6 deletions core/train/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# *************************************************************************
# This file may have been modified by Bytedance Inc. (“Bytedance Inc.'s Mo-
# difications”). All Bytedance Inc.'s Modifications are Copyright (2024) B-
# ytedance Inc..
# *************************************************************************

from .create_trainer import create_trainer
from .create_lr_updater import create_lr_updater
from .create_optimizer import create_optimizer
5 changes: 0 additions & 5 deletions core/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
# *************************************************************************
# This file may have been modified by Bytedance Inc. (“Bytedance Inc.'s Mo-
# difications”). All Bytedance Inc.'s Modifications are Copyright (2024) B-
# ytedance Inc..
# *************************************************************************
6 changes: 0 additions & 6 deletions third_parties/yacs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# *************************************************************************
# This file may have been modified by Bytedance Inc. (“Bytedance Inc.'s Mo-
# difications”). All Bytedance Inc.'s Modifications are Copyright (2024) B-
# ytedance Inc..
# *************************************************************************

from .yacs import CfgNode

0 comments on commit addc258

Please sign in to comment.