Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
liuning-scu-cn committed Aug 1, 2019
1 parent dc970a4 commit d97832d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author: LiuNing
# Contact: [email protected]
# Software: PyCharm
# File: Schedule.py
# File: schedule.py
# Time: 6/27/19 9:17 PM
# Description:
# -------------------------------------------------------------------------------
Expand Down
12 changes: 12 additions & 0 deletions core/seed.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# -*- coding: utf-8 -*

# -------------------------------------------------------------------------------
# Author: LiuNing
# Contact: [email protected]
# Software: PyCharm
# File: seed.py
# Time: 6/26/19 7:57 PM
# Description:
# -------------------------------------------------------------------------------


import torch
from core.config import SEED
import numpy as np
Expand Down

0 comments on commit d97832d

Please sign in to comment.