models/ #15633
Replies: 5 comments 5 replies
-
I've already installed Ultralytics in a separate Conda environment and trained a YOLOv8 model. Now I want to use the YOLOv10 model. Do I need to create a new environment and set it up from scratch, or can I train or use YOLOv10 in the existing YOLOv8 environment? |
Beta Was this translation helpful? Give feedback.
-
is there a reference yaml for yolov7 and yolov4, like yolov6.yaml? |
Beta Was this translation helpful? Give feedback.
-
I need help. I use this YOLO architecture in a university project, and to make the article i need to specify the numbem of hidden layers, and i don't how many there are. |
Beta Was this translation helpful? Give feedback.
-
I am trying to train my yolov8s-worldv2.pt with custom data on colab with TPU as engine but getting error as "RuntimeError: Cannot set version_counter for inference tensor " tried with most possible version but even after setup TPU still facing same issue. I need help with it so i can you TPU to train models !pip install cloud-tpu-client==0.10 import torch Print versions to confirm installationprint(f"PyTorch version: {torch.version}") PyTorch version: 2.5.0+cpu import torch_xla.core.xla_model as xm results = model.train(data="lvis.yaml", epochs=2, imgsz=640, device=device) output as error-------> RuntimeError: Cannot set version_counter for inference tensor |
Beta Was this translation helpful? Give feedback.
-
I am trying to train my yolov8s-worldv2.pt with custom data on colab with TPU as engine but getting error as "RuntimeError: Cannot set version_counter for inference tensor " tried with most possible version but even after setup TPU still facing same issue. I need help with it so i can you TPU to train models !pip install cloud-tpu-client==0.10 import torch Print versions to confirm installationprint(f"PyTorch version: {torch.version}") PyTorch version: 2.5.0+cpu import torch_xla.core.xla_model as xm results = model.train(data="lvis.yaml", epochs=2, imgsz=640, device=device) output as error-------> RuntimeError: Cannot set version_counter for inference tensor |
Beta Was this translation helpful? Give feedback.
-
models/
Discover a variety of models supported by Ultralytics, including YOLOv3 to YOLOv10, NAS, SAM, and RT-DETR for detection, segmentation, and more.
https://docs.ultralytics.com/models/
Beta Was this translation helpful? Give feedback.
All reactions