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
SubstantialBaldeagle49
Moderator
8 Questions, 60 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

37 × Eureka!
0 Votes
6 Answers
965 Views
0 Votes 6 Answers 965 Views
Hi: i have get this error: cannot verify credentials: I am still using trains, and i can verify correctly in other machine
2 years ago
0 Votes
9 Answers
922 Views
0 Votes 9 Answers 922 Views
Hi guys, how to solve this problem: Returned 500 for events.add_batch in 10ms, msg=General data error (TransportError(429, 'circuit_breaking_exception', '[pa...
4 years ago
0 Votes
8 Answers
878 Views
0 Votes 8 Answers 878 Views
4 years ago
0 Votes
2 Answers
938 Views
0 Votes 2 Answers 938 Views
Hi, dose trains server support add user without restart?
4 years ago
0 Votes
3 Answers
476 Views
0 Votes 3 Answers 476 Views
None can anyone help me about this?
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hello! I have setup the trains server using docker compose and one of my machine can run trains-init successfully, but another can't. I have try doing curl h...
3 years ago
0 Votes
31 Answers
26K Views
0 Votes 31 Answers 26K Views
Hello, I try to update trains-server (0.16) to clearml-server in another linux machine, here is my steps: copy(scp) /opt/trains to target machine update /opt...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi,guys, I have some questions: 1. Can i backup all my experiments? 2. Can i add my old experiments to a new server? 3. Can i add some information to one exp...
4 years ago
0 Hi Guys, How To Solve This Problem:

And actually the problem here is round doesn't work before tolist

4 years ago
0 Hi Guys, How To Solve This Problem:

SuccessfulKoala55
I have manually control the number of data under 800K, because i found the budget would be 0 if len(series_sizes) = 1, https://github.com/allegroai/trains/blob/master/trains/utilities/plotly_reporter.py#L101

4 years ago
0 Hi Guys, How To Solve This Problem:

SuccessfulKoala55
Do you mean even if the json is so large, if i use Logger.report_scatter2d() , it wont cause TransportError(429, 'circuit_breaking_exception ?

4 years ago
0 Hi Guys, How To Solve This Problem:

Hi SuccessfulKoala55 :
I have make sure that all my data are roud to 4, but i still found my plotly data json is so large. And after checking the json ,i found there are many data with many digits, maybe those are info of plotly?
Here is my code:
` from plotly.subplots import make_subplots
import plotly.graph_objects as go
def draw_pr(self,precisions,recalls,score,distance,dataset):
score = np.round(score,4)
for i in range(4):
pre = np.around(precisions[i], 4)
recall...

4 years ago
4 years ago
0 Hey There Have The Following Issue After Upgrading Server And Trains To 0.16:

That's ok, i have just start the server. Could you tell me how to delete this index?

4 years ago
0 Hey There Have The Following Issue After Upgrading Server And Trains To 0.16:

SuccessfulKoala55 AppetizingMouse58 I delete logs/apiserver.log, and restart the server , and here is the log. It show cannot connect to ElasticSearch

4 years ago
4 years ago
0 Hey There Have The Following Issue After Upgrading Server And Trains To 0.16:

AppetizingMouse58 After i modify the max_buckets to 200000000000, I cannot see any information in web ui. Here is the log:

4 years ago
0 Hey There Have The Following Issue After Upgrading Server And Trains To 0.16:

The log is produced after i go to the web ui and reproduce the error of "Failed to get Plot Charts"

4 years ago
0 Hey There Have The Following Issue After Upgrading Server And Trains To 0.16:

I have remake curl, this commad "sudo curl -L " https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compos" will work

4 years ago
0 Hey There Have The Following Issue After Upgrading Server And Trains To 0.16:

AppetizingMouse58 Ok, this is the full log, here seems a error:

4 years ago
0 Hey There Have The Following Issue After Upgrading Server And Trains To 0.16:

Ok, i have reverte the change ,here is two log:

4 years ago
0 Hey There Have The Following Issue After Upgrading Server And Trains To 0.16:

AppetizingMouse58 Great, Thanks so much! You have done a great work.
Another question, how to configure elasticsearch to run as a cluster with 2 or more nodes on the same or different machine 😅

4 years ago
0 Hi: I Have Get This Error: Cannot Verify Credentials: I Am Still Using Trains, And I Can Verify Correctly In Other Machine

SuccessfulKoala55 And i try to create ~/trains.conf with verify_certificate = False, but i still cannot init task, it seems doesn't work for the version i'm using.

2 years ago
0 Hi: I Have Get This Error: Cannot Verify Credentials: I Am Still Using Trains, And I Can Verify Correctly In Other Machine

CostlyOstrich36 I'm afraid even i change to ClearML, the problem still exists...

2 years ago
0 Hi Guys, How To Solve This Problem:

SuccessfulKoala55
Even if with Logger.report_scatter2d() the result is still so large ,and i found where the digits change: https://github.com/allegroai/trains/blob/master/trains/utilities/plotly_reporter.py#L122
Tolist will change the digits , but i haven't figure out why.

4 years ago
0 Hi,Guys, I Have Some Questions: 1. Can I Backup All My Experiments? 2. Can I Add My Old Experiments To A New Server? 3. Can I Add Some Information To One Experiment Which Was Finished(Maybe I Want To Reevaluate Some Model)?

HI: AgitatedDove14
2. I mean if my server break down, and i start a new server in another machine, can i migrate my backup experiments to the new server?
3. Not only change the info in web ui, can i connect to the old experiment , and report a new graph to that?

4 years ago
Show more results compactanswers