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
TrickyRaccoon92
Moderator
13 Questions, 52 Answers
  Active since 10 January 2023
  Last activity 6 months ago

Reputation

0

Badges 1

50 × Eureka!
0 Votes
21 Answers
858 Views
0 Votes 21 Answers 858 Views
Encountered an odd bug. Upon attempting to write images to clearML (3D projected, matplotlib), TKinter is suddenly used as backend, and instead of writes to ...
3 years ago
0 Votes
6 Answers
906 Views
0 Votes 6 Answers 906 Views
Hi guys, I'm sure this has been asked before. But how may I delete the project "Trains Examples" from the Trains Server?
4 years ago
0 Votes
6 Answers
900 Views
0 Votes 6 Answers 900 Views
I'm experiencing some weird behavior from the automatic logging iterations. It seem to be capped at the number of batches rather than the epochs. How can I c...
3 years ago
0 Votes
3 Answers
866 Views
0 Votes 3 Answers 866 Views
If you rely on task to automatically upload artifacts, it seems you cannot retrieve them using task.artifacts - The task.artifacts is empty post upload, and ...
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
If the trains-server stops responding, would any running experiment keep a cache of to-be-sent-data, fail the experiment, or continue the run, skipping the r...
3 years ago
0 Votes
0 Answers
897 Views
0 Votes 0 Answers 897 Views
Is there a way to specify a tag with the Task.init ? I don't seem to find it among the arguments. Simply task.add_tags - Lovely!
4 years ago
0 Votes
5 Answers
899 Views
0 Votes 5 Answers 899 Views
Latex in plot labels? I tried different things, like adding r'{LATEXCODE}' but it does not seem to get recognized. Am I missing something? I am using the ten...
3 years ago
0 Votes
2 Answers
956 Views
0 Votes 2 Answers 956 Views
3 years ago
0 Votes
7 Answers
919 Views
0 Votes 7 Answers 919 Views
Hi, I'm trying to get TensorBoard plots into the Allegro Trains server. Although I followed the example pytorch_tensorboard.py , all my plots are plotly plot...
4 years ago
0 Votes
1 Answers
885 Views
0 Votes 1 Answers 885 Views
By the way guys, your survey link points to an error. [gravityform id="7" title="false" description="true" ajax="false" tabindex="10"]
4 years ago
0 Votes
1 Answers
896 Views
0 Votes 1 Answers 896 Views
How can I avoid TRAINS Task: overwriting (reusing) the overwriting? I want to launch multiple runs with different hyper parameters on the same machine, yet t...
4 years ago
0 Votes
32 Answers
12K Views
0 Votes 32 Answers 12K Views
I rebooted my server in AWS, and now the instance is acting weird. The web login is gone, and all my projects are not visible. I tried to use the docker-comp...
4 years ago
0 Votes
5 Answers
934 Views
0 Votes 5 Answers 934 Views
Is there an elegant way to download all images posted in “debug_samples” from the trains server? 🙂
4 years ago
0 If The Trains-Server Stops Responding, Would Any Running Experiment Keep A Cache Of To-Be-Sent-Data, Fail The Experiment, Or Continue The Run, Skipping The Recordings Until The Server Is Back Up?

Hi Martin, thanks for the swift response.

Yes, the artifacts, as backing up the full database would not resolve the question of capacity. Unless I’m missing something

3 years ago
0 Is There Anywhere You Prefer To Have Feature Requests? I Understand It Might Not Be Core-Functionality, But I Would Love To Have A Way To View Code Diffs On My Runs. Sure, I Could Just Make Sure To Commit And Push Prior Any Run, But I Am Fallible.

Noted. Thanks SuccessfulKoala55 - I was aware of this, yet I didn’t think it would also compare in the comparison window - It does. My god, I love your product.

3 years ago
0 If The Trains-Server Stops Responding, Would Any Running Experiment Keep A Cache Of To-Be-Sent-Data, Fail The Experiment, Or Continue The Run, Skipping The Recordings Until The Server Is Back Up?

Additionally -

Are there any clever functionality for dumping experiment data to external storage to avoid filling up the server?

3 years ago
0 If The Trains-Server Stops Responding, Would Any Running Experiment Keep A Cache Of To-Be-Sent-Data, Fail The Experiment, Or Continue The Run, Skipping The Recordings Until The Server Is Back Up?

I guess I could do a backup of the DB and flush the data, but what I’m looking for is more of a “Select X experiments -> Send to blob storage” to free up space.

3 years ago
0 I'M Experiencing Some Weird Behavior From The Automatic Logging Iterations. It Seem To Be Capped At The Number Of Batches Rather Than The Epochs. How Can I Control Which Variable The Logging Mechanism Tracks?

Hi AgitatedDove14

Turns out my double loop caused some issues.

for e in range(num_epochs): for phase in ['train','valid']: for batch in dataloader:

3 years ago
0 Is There An Elegant Way To Download All Images Posted In “Debug_Samples” From The Trains Server?

Yes, exactly, from a previously executed run. Essentially, I write a grid of images which are supposed to learn a generative task, i’d like to download all images and generate a gif from the collection of images.

4 years ago
0 Latex In Plot Labels?

according to https://plotly.com/python/v3/LaTeX/ plotly should support Latex in labels since 3.6.0

3 years ago
0 I Rebooted My Server In Aws, And Now The Instance Is Acting Weird. The Web Login Is Gone, And All My Projects Are Not Visible. I Tried To Use The

Hi SuccessfulKoala55 , I believe I was only given one option in my region (EU Stockholm) which was the 0.16.1 version with the AMI location:

aws-marketplace/allegroai-trains-server-0.16.1-320-273-c5c210e4-5094-4eb9-a613-a32c0378de31-ami-06f5e9f4dfa499dca.4

I used the Trains AMI, and I am not sure whether it was the auto-updated or static one

4 years ago
0 Latex In Plot Labels?

Hi AgitatedDove14 - I used the Tensorboard writer.scalars function. Haven't tried the Plotly natively, but I guess its the same, since I imagine you're just doing a passthrough.

3 years ago
0 Encountered An Odd Bug. Upon Attempting To Write Images To Clearml (3D Projected, Matplotlib),

AgitatedDove14 , after some more pronging, the error seem to stem from the clearML server. The upload from client side does not seem to occur, or the server is not registering the uploads.

I've attempted to restart the server and pull the latest image, same error.

3 years ago
0 Encountered An Odd Bug. Upon Attempting To Write Images To Clearml (3D Projected, Matplotlib),

I might add, this error only started to occur upon upgrading from trains to clearmL

3 years ago
0 Encountered An Odd Bug. Upon Attempting To Write Images To Clearml (3D Projected, Matplotlib),

Yes, I am aware of this. None of the values are being reported, neither the scalar, images in debug-samples, nor in the plots tab.

3 years ago
0 Encountered An Odd Bug. Upon Attempting To Write Images To Clearml (3D Projected, Matplotlib),

I am able to register that the image exists, however, the push towards the clearML server just does not happen

3 years ago
0 Encountered An Odd Bug. Upon Attempting To Write Images To Clearml (3D Projected, Matplotlib),

I see, no i do not get anything. I either get pop-ups when trying to capture the mpl figure, and otherwise nothing happens when using report_image .

I should mention this is run within a TF v1 session context

3 years ago
0 Hi Guys, I'M Sure This Has Been Asked Before. But How May I Delete The Project "Trains Examples" From The Trains Server?

Hi AgitatedDove14 , I am also unable to archive the individual experiments in it.

It's not a major issue, but it would be nice to remove as some users may get confused.

4 years ago
0 Encountered An Odd Bug. Upon Attempting To Write Images To Clearml (3D Projected, Matplotlib),

Scalars plot fine, images do not find their way to the dashboard

3 years ago
0 Encountered An Odd Bug. Upon Attempting To Write Images To Clearml (3D Projected, Matplotlib),

It seems there is some async behavior going on. After ending a run, this prompt just hangs for a long time:

2021-04-18 22:55:06,467 - clearml.Task - INFO - Waiting to finish uploads

And there's no sign of updates on the dashboard.

3 years ago
0 Encountered An Odd Bug. Upon Attempting To Write Images To Clearml (3D Projected, Matplotlib),

I'll see if I can get time to do a reproducible example.

The issue only arises upon sending Images. (Both numpy, mpl and PIL)

3 years ago
Show more results compactanswers