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

Reputation

0

Badges 1

8 × Eureka!
0 Votes
5 Answers
564 Views
0 Votes 5 Answers 564 Views
Hi, Does anyone know that when using tensorboard to record loss (such as writer.add_scalar('Loss/train', loss.data, epoch*len(trainLoader)+step) ), where wil...
3 years ago
0 Votes
3 Answers
511 Views
0 Votes 3 Answers 511 Views
Hi allegroal team, I recently saw your project and tried it. This is a great tool! I have a question to ask: How to upload tasks from local machine to server...
3 years ago
0 Votes
8 Answers
472 Views
0 Votes 8 Answers 472 Views
Hi, I encountered a few problems: Which files will be uploaded by trains according to the task's output_uri ? model, text or images? Is the judgment based on...
3 years ago
0 Votes
0 Answers
632 Views
0 Votes 0 Answers 632 Views
Hi, I would like to install python package using conda in my worker machine. so I edit the trains.conf file to : package_manager: { # supported options: pip,...
3 years ago
0 Votes
2 Answers
512 Views
0 Votes 2 Answers 512 Views
Hi, does anyone know where trains stores tensorboard data? Because I am used to using tensorboard to record experimental data and store data, I hope I can ac...
3 years ago
0 Hi Allegroal Team, I Recently Saw Your Project And Tried It. This Is A Great Tool! I Have A Question To Ask:

Thank you very much WackyRabbit7 and TimelyPenguin76 . I will try it later : )

3 years ago
0 Hi, I Encountered A Few Problems:

AgitatedDove14 , I got it! Thank you very mush πŸ˜€

3 years ago
0 Hi, Does Anyone Know That When Using Tensorboard To Record Loss (Such As

Got it. Let me study how to do it, thank you for your reply πŸ˜„

3 years ago
0 Hi, I Encountered A Few Problems:

Hi AgitatedDove14 , I try to use your method( local_text_file = task.connect_configuration('filenotingit.txt') ) to access local_text_file.
But when I write with open(local_text_file,'r') as f: print(f.read()) , it print nothing at console... This's part of my code:
` task = Task.init(project_name='Example',task_name='Test')
task.execute_remotely(queue_name="Important_Queue", clone=False, exit_process=True)

config_file = os.path.join('cfg_test','cfg.txt')
config_file = task.connec...

3 years ago
0 Hi, I Encountered A Few Problems:

ok, I will try again. Thank you very much!

3 years ago
0 Hi, I Encountered A Few Problems:

Hi AgitatedDove14 ,
I found that when I use with open('modelsummary.txt', 'w') as f: with redirect_stdout(f): model.summary()trains server upload modelsummary.txt to be a artifact. So I think, if I use os.system("touch abcd") ,what will trains server do? Doesn’t It just upload specific files(model,image)?
2.3,4 Thank you very much, I will try again 😊

3 years ago
0 Hi, Does Anyone Know That When Using Tensorboard To Record Loss (Such As

Hi SuccessfulKoala55 Because of security concerns, I would like to upload these scalars to AWS, just like we upload artifacts use output_uri . Do you have any suggestions?

3 years ago