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

Questions with tag tensorboard

Questions with tag tensorboard

Tags
Sorting
Results
per page
0 Votes
2 Answers
137 Views
0 Votes 2 Answers 137 Views
2 months ago
0 Votes
3 Answers
169 Views
0 Votes 3 Answers 169 Views
3 months ago
0 Votes
6 Answers
320 Views
0 Votes 6 Answers 320 Views
4 months ago
0 Votes
5 Answers
392 Views
0 Votes 5 Answers 392 Views
Hello everyone, is there a way to log scalars that were already written in a tensorboard file other than iterating over all values?
6 months ago
0 Votes
3 Answers
482 Views
0 Votes 3 Answers 482 Views
7 months ago
0 Votes
4 Answers
613 Views
0 Votes 4 Answers 613 Views
Please tell me what is needed so that the models saved in the tensorboard are automatically saved in s3? UPD: Like this doesn't work: task = Task.init( proje...
10 months ago
0 Votes
10 Answers
551 Views
0 Votes 10 Answers 551 Views
Another questions related to requirements.txt We use pip install with git commit. Eg: mylib @ When I do task.add_requirements("requirements.txt") I get # Pyt...
10 months ago
0 Votes
18 Answers
643 Views
0 Votes 18 Answers 643 Views
one year ago
0 Votes
21 Answers
551 Views
0 Votes 21 Answers 551 Views
one year ago
0 Votes
0 Answers
723 Views
0 Votes 0 Answers 723 Views
Hi all, I'm using Pytorch-Lightning with the Tensoboard logger: Here is the logging code that logs images with the Tensoboard logger. def validation_step(sel...
one year ago
0 Votes
5 Answers
706 Views
0 Votes 5 Answers 706 Views
one year ago
0 Votes
20 Answers
645 Views
0 Votes 20 Answers 645 Views
task struck at task.flush(wait_for_uploads=True) : I've been running a model training task - a variation on this clearml dataset example: https://github.com/...
one year ago
0 Votes
30 Answers
650 Views
0 Votes 30 Answers 650 Views
When I run an experiment (self hosted), I only see scalars for GPU and System performance. How do I see additional scalars? I have "tensorboard": { "enabled"...
one year ago
0 Votes
20 Answers
690 Views
0 Votes 20 Answers 690 Views
one year ago
0 Votes
8 Answers
710 Views
0 Votes 8 Answers 710 Views
one year ago
0 Votes
9 Answers
713 Views
0 Votes 9 Answers 713 Views
Hello all, I'm trying to figure out how can I log outputs with Pytorch Lightning. I used tensorboard as clearml claims to auto-capture tensorboard outputs, b...
one year ago
0 Votes
21 Answers
735 Views
0 Votes 21 Answers 735 Views
2 years ago
0 Votes
2 Answers
684 Views
0 Votes 2 Answers 684 Views
Hello everyone! Is clearml doing asynchronous or synchronous logging for e.g. tensorboard SummaryWriters?
2 years ago
0 Votes
4 Answers
639 Views
0 Votes 4 Answers 639 Views
Hi, in tensorboard there is an option to "ignore outliers in chart scaling". Is there such an option when viewing scalars in clearml?
2 years ago
0 Votes
10 Answers
615 Views
0 Votes 10 Answers 615 Views
2 years ago
0 Votes
19 Answers
597 Views
0 Votes 19 Answers 597 Views
Hi! I am currently using clearml (with remote execution), to train an object detection model with https://github.com/facebookresearch/detectron2 . It was wor...
2 years ago
0 Votes
3 Answers
690 Views
0 Votes 3 Answers 690 Views
Hey all, we already know that clearml magic collects metrics and plots from tensorboard and matplotlib, can we please add collection for Plotly and Seaborn ?
2 years ago
0 Votes
6 Answers
675 Views
0 Votes 6 Answers 675 Views
Currently trying to figure out how to extend clearML's automagical reporting to JoeyNMT. https://github.com/joeynmt/joeynmt/blob/master/joey_demo.ipynb is a ...
2 years ago
0 Votes
2 Answers
609 Views
0 Votes 2 Answers 609 Views
I have got experiments training PyTorch networks on a remote compute run by clearml-agent . I am using the Ignite framework to train image classification net...
2 years ago
0 Votes
15 Answers
686 Views
0 Votes 15 Answers 686 Views
I’m using catboost for training, but sadly it does not have a native integration with clearml (xgboost and lightgbm do have integrations). But catboost write...
3 years ago
0 Votes
16 Answers
715 Views
0 Votes 16 Answers 715 Views
Btw: There seems to be no support for videos in tensorboard/experiment view (e.g. https://tensorboardx.readthedocs.io/en/latest/tensorboard.html#tensorboardX...
3 years ago
0 Votes
10 Answers
693 Views
0 Votes 10 Answers 693 Views
Hey all, I'm having an issue using hydra and tensorboardX, where clearml isn't resetting the iterations across different multiruns although it looks as expec...
3 years ago
0 Votes
2 Answers
637 Views
0 Votes 2 Answers 637 Views
Quick question about the Results --> Scalars ` view. In tensorboard when using autoscale it will ignore some values for scaling (e.g. very early super high l...
3 years ago
0 Votes
3 Answers
622 Views
0 Votes 3 Answers 622 Views
Can I import a tensorboard file straight to the clearml UI?
3 years ago
0 Votes
13 Answers
660 Views
0 Votes 13 Answers 660 Views
Hi folks! I'm using SummaryWriter from PyTorch's tensorboard utils to log pr_curve , and I get the attached curve. Looks like the X axis is reversed, and I c...
3 years ago
Show more results questions