mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update docs (#373)
This commit is contained in:
@@ -50,7 +50,11 @@ To add FrameGroups to a Dataset Version:
|
||||
|
||||
1. Append the FrameGroup object to a list of frames
|
||||
|
||||
1. Add that list to a DatasetVersion.
|
||||
1. Add that list to a DatasetVersion using the [`DatasetVersion.add_frames`](../references/hyperdataset/hyperdatasetversion.md#add_frames)
|
||||
method. Use the `upload_retries` parameter to set the number of times the upload of a frame should be retried in case of
|
||||
failure, before marking the frame as failed and continuing to upload the next frames. In the case that a single frame in
|
||||
the FrameGroup fails to upload, the entire group will not be registered. The method returns a list of frames that were
|
||||
not successfully registered or uploaded.
|
||||
|
||||
```python
|
||||
# Create a FrameGroup object
|
||||
|
||||
Reference in New Issue
Block a user