This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
resolve suggestion
tags/v0.3.5-rc0
XxChang
1 year ago
parent
02c5228756
commit
60b86fdfad
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
binaries/cli/src/template/cxx/talker-template.cc
+1
-1
binaries/cli/src/template/python/listener/listener-template.py
+ 1
- 1
binaries/cli/src/template/cxx/talker-template.cc
View File
@@ -36,4 +36,4 @@ int main()
}
return 0;
}
}
+ 1
- 1
binaries/cli/src/template/python/listener/listener-template.py
View File
@@ -8,4 +8,4 @@ if event["type"] == "INPUT":
message = event["value"][0].as_py()
print(
f"""I heard {message} from {event["id"]}"""
)
)
Write
Preview
Loading…
Cancel
Save