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
Profile picture
MinuteWalrus85
Moderator
8 Questions, 63 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

63 × Eureka!
0 Votes
1 Answers
921 Views
0 Votes 1 Answers 921 Views
is there anything I missed in the steps?
4 years ago
0 Votes
2 Answers
941 Views
0 Votes 2 Answers 941 Views
Hi Trains team: question - I am trying to implement unbiasing to my datasets. I was wondering if Trains has anything in its toolset that already implements s...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
I'll implement LearnerTensorboardWriter and see the results
4 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
2 years ago
0 Votes
25 Answers
1K Views
0 Votes 25 Answers 1K Views
Hi channel, I am trying to upgrade my EC2 with the community AMI from trains 0.16 server to latest ClearML server. I followed the instructions https://allegr...
3 years ago
0 Votes
17 Answers
977 Views
0 Votes 17 Answers 977 Views
Hi guys, I'm new here 🙂 I just launched an AWS EC2 t3.large instance with the AMI from the marketplace according to the docs, and the stage of entering the ...
4 years ago
0 Votes
34 Answers
23K Views
0 Votes 34 Answers 23K Views
Hi Trains community - question: I am using http://Fast.ai on pycharm (not jupyter). I was wondering if there's a way to show a loss and accuracy metrics such...
4 years ago
0 Votes
0 Answers
958 Views
0 Votes 0 Answers 958 Views
(found it was mentioned in an issue on github)
4 years ago
0 Hi Trains Community - Question: I Am Using 

TRAINS Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start TRAINS Monitor: Reporting detected, reverting back to iteration based reporting

4 years ago
0 Hi Trains Community - Question: I Am Using 

The valid_loss and Accuracy are showing on the Tboard in the same number values as they show up on the terminal, but the train_loss is showing in a different scale and I can't figure out why. I did not change anything in the core files of either torc, Tboard or fastai, and used the intialization in the same way that you showed, and was on fastai docs, using learn.callback_fns.append(partial(LearnerTensorboardWriter, base_dir=tboard_path, name=taskName))

4 years ago
0 Hi Trains Community - Question: I Am Using 

This is the valin_loss, which is correct:

4 years ago
0 Hi Trains Community - Question: I Am Using 

yes, that solved the errors, however the two lines "could not detect iteration reporting" and "reporting detected" a few moments later, still show up

4 years ago
4 years ago
0 Hi Trains Community - Question: I Am Using 

in the meantime, I got this error message, this time regarding Trains:

4 years ago
0 Hi Trains Community - Question: I Am Using 

it isn't an error, but just an observation

4 years ago
0 Hi Trains Community - Question: I Am Using 

here is the result on the Tboard in Trains:

4 years ago
0 Hi Trains Community - Question: I Am Using 

I will try and let you know in the next experiment

4 years ago
4 years ago
0 Hi Trains Community - Question: I Am Using 

Good morning Alon, since you helped me so much getting tensorboard to show results yesterday, I'm hoping you can help me understand why some results I'm getting are strange:

4 years ago
0 Hi Trains Community - Question: I Am Using 

it is on the scale of 15K...

4 years ago
0 Hi Trains Community - Question: I Am Using 

the train_loss is on the second from left column (the far left is epoch num 30-36)

4 years ago
0 Hi Trains Community - Question: I Am Using 

Here is an example of the results from terminal:

4 years ago
0 Hi Trains Community - Question: I Am Using 

i did not install tensorboard 😞

4 years ago
0 Hi Trains Community - Question: I Am Using 

no, I meant to change the way it is reported. I'm still interested in the train_loss graph, naturally 🙂 but obviously it is reporting something that is the inverse of the train_loss, since in the graph it is exploding, and in reality (as reported in the terminal) it is decaying to 9e-2

4 years ago
0 Hi Trains Community - Question: I Am Using 

Understood. If there is something I can tweak in the reporting, I couldn't find where I tweak it since it is supposed to be related to the one line of activation of the reporting learn.callback_fns.append(partial(LearnerTensorboardWriter, base_dir=tboard_path, name=taskName)) do you have any ideas what are the options I can do to change the report of the train_loss?

4 years ago
0 Hi Trains Community - Question: I Am Using 

` Traceback (most recent call last):
File "/home/ubuntu/MultiClassLabeling/myenv/lib/python3.6/site-packages/torch/utils/tensorboard/init.py", line 2, in <module>
from tensorboard.summary.writer.record_writer import RecordWriter # noqa F401
File "/home/ubuntu/MultiClassLabeling/myenv/lib/python3.6/site-packages/trains/binding/import_bind.py", line 59, in __patched_import3
level=level)
ModuleNotFoundError: No module named 'tensorboard'

During handling of the above exception, ...

4 years ago
0 Hi Team Clearml, I Am Using Ec2 Ami Running Server V1.6.0-213. The Storage Is Only ~20% Full, So No Shortage Of Space. I'M Having Difficulty Deleting Old Projects From The Ui And Getting The Following Error: "Error Can'T Delete Project". I'Ve Done

this is an error during training that points out to ElasticSearch error. This might be also the cause of the delete error, what do you think SuccessfulKoala55 ?

2 years ago
4 years ago
0 Hi Guys, I'M New Here

sorry, my bad 😛 I accidentally entered into the inbound rules the port 8001 instead of 8008

4 years ago
0 Hi Guys, I'M New Here

alright, cracking knuckles and... dive into the deep end

4 years ago
Show more results compactanswers