Sergiu Waxmann

Results 34 comments of Sergiu Waxmann

@aaron-bond Any updates on this?

@agholipour Can you share your `package.json`? I downgraded to version 12.2.0 but I still have this issue...

@linkuiyuan Can you share more information with us? Did you format your dataset correctly following our [documentation](https://docs.ultralytics.com/hub/datasets/#upload-dataset)? FYI, you can validate your dataset: ```python from ultralytics.hub import check_dataset check_dataset('path/to/coco8.zip') ```...

@caarmeecoorbii There is no way to take the weights from epoch 25 but the final weights are the best weights.

@kumarneeraj2005 I replied [here](https://github.com/ultralytics/hub/issues/665#issuecomment-2094790876). I will investigate this issue and update you as soon as possible. Thank you for your patience!

@kumarneeraj2005 I just checked our logs and it looks like the first Cloud Training session crashed after ~16 hours and you resumed training (started a new Cloud Training session) ~3...

@jquaglia-uss @cw2708 Apologies for the late reply. We released a few weeks ago a new feature that allows user to train new HUB models of top of existing HUB models....

Hello @tlong123! In theory, the `check_dataset` function should be enough but maybe you can take a look at [our docs about uploading a dataset](https://docs.ultralytics.com/hub/datasets/#upload-dataset) or at the Upload Dataset dialog...

@kumarneeraj2005 You can validate your dataset like this (before uploading it to Ultralytics HUB): ```python from ultralytics.hub import check_dataset check_dataset('path/to/coco8.zip') ``` Please let us know if the local validation is...

Hello @kumarneeraj2005! We just checked and everything seems to be working correctly on our end. For example, we can successfully upload our [example pose dataset](https://github.com/ultralytics/hub/blob/main/example_datasets/coco8-pose.zip) to Ultralytics HUB. Of course,...