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
MotionlessSeagull22
Moderator
8 Questions, 69 Answers
  Active since 10 January 2023
  Last activity 13 days ago

Reputation

0

Badges 1

69 × Eureka!
0 Votes
5 Answers
541 Views
0 Votes 5 Answers 541 Views
Hi! Can we update the User name in the UI after logging the experiment?
3 years ago
0 Votes
1 Answers
506 Views
0 Votes 1 Answers 506 Views
Hi, I have some questions:- When I compare two experiments I want to compare images also, How can I do that? Currently, I am logging images using logger.repo...
3 years ago
0 Votes
0 Answers
569 Views
0 Votes 0 Answers 569 Views
I am not able to run my script behind proxy
3 years ago
0 Votes
10 Answers
741 Views
0 Votes 10 Answers 741 Views
getting the following error """Retrying (Retry(total=232, connect=240, read=239, redirect=240, status=233)) after connection broken by 'ReadTimeoutError("HTT...
3 years ago
0 Votes
68 Answers
169 Views
0 Votes 68 Answers 169 Views
3 years ago
0 Votes
1 Answers
33 Views
0 Votes 1 Answers 33 Views
@<1523701205467926528:profile|AgitatedDove14> , this is a great tool for visualizing all your experiments.
3 years ago
0 Votes
4 Answers
719 Views
0 Votes 4 Answers 719 Views
Hey, I want to upload text files in the allegro, and store them as an artifact. How can we do that?
3 years ago
0 Votes
31 Answers
607 Views
0 Votes 31 Answers 607 Views
3 years ago
0 , This Is A Great Tool For Visualizing All Your Experiments. I Wanted To Know That When I Am Logging Scalar Plots With Title As Train Loss And Test Loss They Are Getting Diplayed As Train Loss And Test Loss In The Scalar Tab. I Wanted That The Title Shoul

def combined(path,exp_name,project_name):
temp = Task.create(task_name="exp_name")

logger = temp.current_logger()
logger.report_scalar()

def main():
task=Task.init(project_name="test")
[pool.apply_async(combined, args = (row['Path'], row['exp_name'], row['project_name'])) for index,row in temp_df.iterrows()]

scheduler = BlockingScheduler()
scheduler.add_job(main, 'interval', seconds=60, max_instances=3)
scheduler.start()

3 years ago
0 Hey, I Want To Upload Text Files In The Allegro, And Store Them As An Artifact. How Can We Do That?

2020-08-25 14:44:45,945 - trains.metrics - WARNING - Failed uploading to http://sgsccccdl0101:8081 (Failed uploading object sgsccccdl0101:8081/OMS-MAX/R12.0.1_RSE_scratch.ff035f5cb55648e19bb162b0cb6a99f6/artifacts/DAILIB_GIT_DIFF.TXT/DAILib_git_diff.txt (405): <html>

<head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 405 HTTP method POST is not supported by this URL</title> </head> <body><h2>HTTP ERROR 405</h2> <p>Problem accessing /. Reason: <pre> HT...

3 years ago
0 Hi! Can We Update The User Name In The Ui After Logging The Experiment?

SuccessfulKoala55 using username and password

3 years ago
0 Hi! Can We Update The User Name In The Ui After Logging The Experiment?

SuccessfulKoala55 one more thing I have logged experiment A by logging as User A and now if Logout and then Log in as User B and then log another experiment B, in the UI will it be displayed as user A or user B?

3 years ago
Show more results compactanswers