Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
GPT2_onnxruntime
Commits
88437509
Commit
88437509
authored
Oct 10, 2023
by
yangql
Browse files
Update main.cpp
parent
afe0131d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Src/main.cpp
Src/main.cpp
+3
-3
No files found.
Src/main.cpp
View file @
88437509
...
@@ -66,9 +66,9 @@ int main()
...
@@ -66,9 +66,9 @@ int main()
std
::
cout
<<
question
;
std
::
cout
<<
question
;
for
(
int
j
=
0
;
j
<
result
.
size
();
++
j
)
for
(
int
j
=
0
;
j
<
result
.
size
();
++
j
)
{
{
std
::
cout
<<
result
[
j
]
<<
std
::
endl
;
std
::
cout
<<
result
[
j
];
}
}
std
::
cout
<<
std
::
endl
;
// 清除数据
// 清除数据
input_id
.
clear
();
input_id
.
clear
();
result
.
clear
();
result
.
clear
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment