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
ProudMosquito87
Moderator
6 Questions, 27 Answers
  Active since 10 January 2023
  Last activity 19 days ago

Reputation

0

Badges 1

24 × Eureka!
0 Votes
2 Answers
570 Views
0 Votes 2 Answers 570 Views
Ok, another question: how to get base docker image to be pulled even if it exists? I rebuilt an image and pushed it to registry, but trains-agent seem to be ...
3 years ago
0 Votes
5 Answers
651 Views
0 Votes 5 Answers 651 Views
3 years ago
0 Votes
29 Answers
609 Views
0 Votes 29 Answers 609 Views
Hi guys! For some reason I can't get Trains to log images to Debug Samples tab using Tensorboard SummaryWriter.add_image . Also tried explicit reporting, pyt...
3 years ago
0 Votes
0 Answers
604 Views
0 Votes 0 Answers 604 Views
Another thing: I think it's easier to interpret histogram using ridgeline plot, you can look it up here: https://plotly.com/python/violin/ Can you add an opt...
3 years ago
0 Votes
2 Answers
642 Views
0 Votes 2 Answers 642 Views
Hi, guys! How can I mount code from my repo into docker container on trains-agent? Seems like it doesn't support pwd in Base docker image parameter
3 years ago
0 Votes
3 Answers
677 Views
0 Votes 3 Answers 677 Views
Hello everyone! I'd like to mount some data on trains agent into docker container directory that contains cloned source code from repo, like this: BASE DOCKE...
3 years ago
0 Eventually Yes

I see, the first rule of OSS projects. You need it - you do it 😄

3 years ago
0 Hello! There Is Great Alternative For Argparse Developed By Facebook For Ml Named

AgitatedDove14 do you have any ETA on that feature? Can I do anything to speed up the devopment?

3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

Also projects.get_all_ex method seems to be blocked

3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

I'll remove sensitive info and send it here

3 years ago
3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

Another thing by the way: seems like when I try to upload images scalars cease to update too

3 years ago
3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

Here's the payload:

{"meta":{"id":"0fbbcd4fd5cf4b40a47997396521bae6","trx":"0fbbcd4fd5cf4b40a47997396521bae6","endpoint":{"name":"events.get_task_metrics","requested_version":"2.9","actual_version":"1.0"},"result_code":200,"result_subcode":0,"result_msg":"OK","error_stack":""},"data":{"metrics":[{"task":"9757604caf0342b6907d5eb672fe53cd","metrics":[]}]}}

3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

Here're the events.scalar_metrics payload:

{"meta":{"id":"08de8b5099dd4484a0aad19af2a140c2","trx":"08de8b5099dd4484a0aad19af2a140c2","endpoint":{"name":"events.scalar_metrics_iter_histogram","requested_version":"2.9","actual_version":"1.0"},"result_code":200,"result_subcode":0,"result_msg":"OK","error_stack":""},"data":{}}

3 years ago
3 years ago
3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

No error, no warnings, images just don't show up

3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

No, it's like nothing happens at all

3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

Where does debug samples being stored? Maybe I can validate if they were uploaded to the server, I have an access to it

3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

Ok guys we fixed it, the issue was an unavailable files_server. After I've changed iptables rules everything works fine

3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

Yes, there's a lot of DataCloneError:
` DataCloneError: The object could not be cloned. ExtensionChild.jsm:813
sendRemoveListener on closed conduit simple-translate@sienori.2199023255865 ConduitsChild.jsm:108
InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable PictureInPictureChild.jsm:143
sendRemoveListener on closed conduit simple-translate@sienori.2199023255875 ConduitsChild.jsm:108
DataCloneError: The object could not be cloned. ExtensionChild.jsm:...

3 years ago
3 years ago
0 Eventually Yes

I'll make a request then

3 years ago
0 Hi Guys! For Some Reason I Can'T Get Trains To Log Images To

That's what I'm thinking, but I'm not sure what could be wrong

3 years ago
0 Hello Everyone! I'D Like To Mount Some Data On Trains Agent Into Docker Container Directory That Contains Cloned Source Code From Repo, Like This:

Thanks AgitatedDove14 , already figured it out, but trains removed all data from mounted directory during repo checkout, so I ended up switching to absolute paths in my trainloop

3 years ago