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
MysteriousBee56
Moderator
8 Questions, 50 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

47 × Eureka!
0 Votes
2 Answers
524 Views
0 Votes 2 Answers 524 Views
3 years ago
0 Votes
15 Answers
590 Views
0 Votes 15 Answers 590 Views
Hi, I faced with a silly error, when I run the python script with task = trains.init(project_name='my project', task_name='my task'). The task goes to the tr...
3 years ago
0 Votes
30 Answers
628 Views
0 Votes 30 Answers 628 Views
Hi, I am trying to execeute my code on nvidia/cuda docker, but it keeps running, it is not failed or not aborted. The last log message is "Successfully insta...
3 years ago
0 Votes
7 Answers
588 Views
0 Votes 7 Answers 588 Views
3 years ago
0 Votes
25 Answers
540 Views
0 Votes 25 Answers 540 Views
3 years ago
0 Votes
10 Answers
605 Views
0 Votes 10 Answers 605 Views
3 years ago
0 Votes
4 Answers
559 Views
0 Votes 4 Answers 559 Views
Hi, does 'trains' save scalars somewhere in the machine similar to log file?
3 years ago
0 Votes
10 Answers
540 Views
0 Votes 10 Answers 540 Views
Is it possible to disable vcs-cache? I tried to change value from true to false in the trains.conf, but it does not affect anything. I want to disable it, be...
3 years ago
0 I'M Probably Stupid, But How Do I Specify Worker Name? Usecase - I Want To Create Two Workers Using The Same Gpu, And New Worker Just Overwrites The Old One

AgitatedDove14 Is it possible to delete specified worker? I mean, I have 10 workers and I want to delete one of them?

3 years ago
0 I'M Probably Stupid, But How Do I Specify Worker Name? Usecase - I Want To Create Two Workers Using The Same Gpu, And New Worker Just Overwrites The Old One

Ups, you misunderstood me. I just want to remove specified agent. For example, I had 3 agents on the same queue with different worker names. So, if I remove them by applying what you said in this thread, all of them will be removed. However, I just want to remove one of them.

3 years ago
0 Hi, Does 'Trains' Save Scalars Somewhere In The Machine Similar To Log File?

Actually, I want to retrieve metrics from code and I thought that these metrics might be stored somewhere in the local folders so that I can access them via code. You know the log file is created and stored in /tmp folder.

3 years ago
0 Hi, Can We Upload Our Project Repository To Trains Server? If We Can, How Should We Do? I Know When We Write "Task.Init()", It Uploads Our Experiment Into Server, But It Also Run The Experiment. However, I Want To Upload All My Experiments In Draft Status

I mean, you know in trains github, there are examples and when I deploy the server, these examples are exist in server with draft status. So, I want to add my examples in the same way.

3 years ago
3 years ago
0 Hi, Can We Upload Our Project Repository To Trains Server? If We Can, How Should We Do? I Know When We Write "Task.Init()", It Uploads Our Experiment Into Server, But It Also Run The Experiment. However, I Want To Upload All My Experiments In Draft Status

I couldn't tell. Assume, I have a huge github repository, it has 100 ml project and I want to see all of them in the trains server. Should I write "train.init()" and run them all in order to see them in the server or is there any other way to see all of them in the server without run them all.

3 years ago
Show more results compactanswers