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
Answered
Hello, I Have Some Problems With Allegro. I Run A Programm And Then I Saw It On The Trains Server. But Now I Change Something With The Code And I Pushed It Again. Now I Cloned It. But The Old Code Was Executed. How Can I Run The New Code I Pushed?

hello, i have some problems with allegro.
I run a programm and then I saw it on the trains server. But now I change something with the code and I pushed it again. Now I cloned it. But the old code was executed. How can I run the new code I pushed?

  
  
Posted 3 years ago
Votes Newest

Answers 10


Make sure the cloned task is in Draft mode, if not, reset it
Then in the Execution tab of th task, in the Source Code section (first one), you can edit the values

  
  
Posted 3 years ago

On the cloned experiment, which by default is created in draft mode, you can change the commit to point either a specific commit or the latest commit of the branch

  
  
Posted 3 years ago

where can I change it?
when i right click on the cloned project then there is no option to change it.

  
  
Posted 3 years ago

Is it possible to get a draft job into alegro without running it initially?

  
  
Posted 3 years ago

AgitatedDove14 Yes you understood me the right way. I personaly would love to do it with a CLI but you have suche a great and clear GUI why you want to make this feature without it? I can imagen that many people would appreciate to do it all in the GUI.

  
  
Posted 3 years ago

AgitatedDove14 sounds good 🙂

  
  
Posted 3 years ago

Hi SuperiorDucks36

you have such a great and clear GUI

😊

I personally would love to do it with a CLI

Actually a lot of stuff are harder to get from UI (like current state of your local repository etc.) But I think your point stands 🙂 We will start with CLI, because it is faster to deploy/iterate, then when you guys say this is a winner we will have a wizard in the UI.
What do you think?

  
  
Posted 3 years ago

AgitatedDove14 I think it woulde be great to create a sampel or a dummy task from the UI. After that maybe you can link that task to your code /git-repo/ data that you want to run. I think that this way would be more intuitive for some sort of users.

  
  
Posted 3 years ago

SuperiorDucks36 from code ? or UI?
(You can always clone an experiment and change the entire thing, the question is how will you get the data to fill in the experiment, i.e. repo / arguments / configuration etc)
There is a discussion here, I would love to hear another angle.
https://github.com/allegroai/trains/issues/230

  
  
Posted 3 years ago

SuperiorDucks36 you mean to manually set an experiment (and the dummy Task is just a way to have an entry to configure), do I understand you correctly ?
Following on that, we are thinking of doing it all for you with a CLI , that will basically create a task from a code/repo you already have on your machine. What do you think?

  
  
Posted 3 years ago
576 Views
10 Answers
3 years ago
one year ago
Tags
Similar posts