You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* develop:
CTX-4079: Redesigned terminate condition for experiment worker process - Added log file output for experiment worker process for debugging purposes
CTX-4251: Update "model-queue/custom" to "run" endpoint
Version bump
CTX-4219: Make root not private to make it available outside the class - Name starts with an underscore to mark it as internally used don't touch
CTX-4083: Moved heartbeat to the metrics worker process - Renamed metrics worker process to experiment worker
Version bump
CTX-4102: Fix terminating metrics process on experiment process kill
CTX-4166: Implemented Sequence sample import
CTX-3890: Changed division to //
CTX-3890: Converted wider code to be compatible with int based bounding boxes
CTX-3890: Changed width and height variables from float to int
Update README.md
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ if __name__ == "__main__":
44
44
initializeProject(main)
45
45
```
46
46
47
-
(Read the documentation and learn how you can migrate your project to the Coretex platform -> [Migrate your project to Coretex](https://app.gitbook.com/o/6QxmEiF5ygi67vFH3kV1/s/YoN0XCeop3vrJ0hyRKxx/getting-started/demo-experiments/migrate-your-project-to-coretex))
47
+
Read the documentation and learn how you can migrate your project to the Coretex platform -> [Migrate your project to Coretex](https://app.gitbook.com/o/6QxmEiF5ygi67vFH3kV1/s/YoN0XCeop3vrJ0hyRKxx/getting-started/demo-experiments/migrate-your-project-to-coretex)
0 commit comments