Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
I Have A Training Script That I Ran On A Local Machine With Gpu (2070 Super) And It Works Normally (It Utilizes The Gpu), But When I'M Training It On

I have a training script that I ran on a local machine with GPU (2070 super) and it works normally (it utilizes the GPU), but when I'm training it on ClearML GPU Compute (3090) it doesn't use the GPU per attached image

I'm using lighting as the training framework, is there something in particular I need to configure, so it uses the GPU on ClearML GPU Compute

Python Env:

fastapi==0.88.0
albumentations==1.3.0
torchinfo==1.8.0
lightning==2.0.2
clearml==1.10.4
segmentation-models-pytorch==0.3.2
transformers==4.29.2
Pillow==9.2.0
funcy==2.0
argparse
scikit-multilearn
matplotlib

  
  
Posted 10 months ago
Votes Newest

Answers 2


i am having same issue: None

  
  
Posted 10 months ago

Hi @<1572757559406759936:profile|CrabbySquid74> , are you sure that the machine has all the drivers installed and is capable of running experiments regardless of ClearML?

  
  
Posted 10 months ago