Toggle navigation
Toggle navigation
This project
Loading...
Sign in
graykode
/
commit-autosuggestions
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
graykode
2020-11-12 22:25:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
705ee9a51b52e7805d52cbff9e8333ab87e1ff84
705ee9a5
1 parent
9934e09b
(refactor) rename folder to support other language
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
1 deletions
app.py
requirements.txt → repositories/python.txt
weight/added/.keep → weights/python/added/.keep
weight/diff/.keep → weights/python/diff/.keep
app.py
View file @
705ee9a
...
...
@@ -146,7 +146,7 @@ def main(args):
if
__name__
==
'__main__'
:
parser
=
argparse
.
ArgumentParser
(
description
=
""
)
parser
.
add_argument
(
"--load_model_path"
,
default
=
'weight'
,
type
=
str
,
parser
.
add_argument
(
"--load_model_path"
,
type
=
str
,
required
=
True
,
help
=
"Path to trained model: Should contain the .bin files"
)
parser
.
add_argument
(
"--model_type"
,
default
=
'roberta'
,
type
=
str
,
...
...
re
quirements
.txt
→
re
positories/python
.txt
View file @
705ee9a
File moved
weight/added/.keep
→
weight
s/python
/added/.keep
View file @
705ee9a
File moved
weight/diff/.keep
→
weight
s/python
/diff/.keep
View file @
705ee9a
File moved
Please
register
or
login
to post a comment