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
make dora error warnings instead of raising an error
tags/0.3.8-rc
haixuantao
1 year ago
parent
b64c9a0d67
commit
df191bdb22
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
node-hub/dora-yolo/dora_yolo/main.py
+ 1
- 1
node-hub/dora-yolo/dora_yolo/main.py
View File
@@ -104,7 +104,7 @@ def main():
)
elif event_type == "ERROR":
raise RuntimeError(event["error"]
)
print(f"Received dora error: {event['error']}"
)
if __name__ == "__main__":
Write
Preview
Loading…
Cancel
Save