Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8bea77f

Browse files
add log path init
1 parent405c691 commit8bea77f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎python/scripts/init_datasets.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ def init():
1010
model_path='../dnlp/models/'
1111
ifnotos.path.exists(model_path):
1212
os.makedirs(model_path)
13+
log_path='../dnlp/data/logs/'
14+
ifnotos.path.exists(log_path):
15+
os.makedirs(log_path)
1316

1417

1518
defcopy():

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp