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 8 months ago

Reputation

0

Badges 1

37 × Eureka!
0 Votes
3 Answers
541 Views
0 Votes 3 Answers 541 Views
None can anyone help me about this?
4 years ago
0 Votes
2 Answers
990 Views
0 Votes 2 Answers 990 Views
Hi, dose trains server support add user without restart?
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi: i have get this error: cannot verify credentials: I am still using trains, and i can verify correctly in other machine
3 years ago
0 Votes
8 Answers
930 Views
0 Votes 8 Answers 930 Views
4 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 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
9 Answers
982 Views
0 Votes 9 Answers 982 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
31 Answers
28K Views
0 Votes 31 Answers 28K 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 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 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
0 Hello, I Try To Update Trains-Server (0.16) To Clearml-Server In Another Linux Machine, Here Is My Steps:

But without navigation bar, it's quiet inconvenient 😢 ...Do you known why? SuccessfulKoala55

2 years ago
0 Hello, I Try To Update Trains-Server (0.16) To Clearml-Server In Another Linux Machine, Here Is My Steps:

I know why, because i used the old apiserver.conf, i set fixed_users. After log in http://xxx:8080/login , it's ok now

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

Ok , i will start a new experiment to see if the error will be still there? Sorry i dont really get how to show the trains-apiserver log

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

AppetizingMouse58 Thanks so much!, Could u tell why does this happen? If it happen next time , is there any other solution?

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 Hello, I Try To Update Trains-Server (0.16) To Clearml-Server In Another Linux Machine, Here Is My Steps:

SuccessfulKoala55 I get all the trains server experiments record in new clearml server. Maybe it's due to vm.max_map_count or access of /opt/clearml, or the failed ES upgrade...

2 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
2 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
0 Can Anyone Help Me About This?

@<1523701205467926528:profile|AgitatedDove14>
Hi, after rounding down numbers, the plot size decrease to 300Kb from 11M.This really works, thanks!

4 years ago
0 Can Anyone Help Me About This?

Thanks for your reply!

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
0 Hi, Dose Trains Server Support Add User Without Restart?

SuccessfulKoala55 Thanks, If restarting server wont stop running experiments, then what i say is not necessary !

4 years ago
2 years ago
0 Hello, I Try To Update Trains-Server (0.16) To Clearml-Server In Another Linux Machine, Here Is My Steps:

Also, from the log, I see your ES version is 5.6:

at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:136) ~[elasticsearch-5.6.16.jar:5.6.16]

and I'm not sure why - in v0.16, the ES version is already 7.6, which makes me think your original version was v0.15, also in the new docker-compose the version is 7.16, so maybe you are not using the updated docker-compose file?

It confused me too, but ES dir in my 0.16 version is /opt/trains/data/elastic_7

2 years ago
0 Hello, I Try To Update Trains-Server (0.16) To Clearml-Server In Another Linux Machine, Here Is My Steps:

Cam you perhaps send the docker-compose in the current server? (已編輯)

Sorry I don't undestand what' your meaning...

2 years ago
0 Hello, I Try To Update Trains-Server (0.16) To Clearml-Server In Another Linux Machine, Here Is My Steps:

OK i will try again, this time i won't upgrade ES, But do increase vm.max_map_count and open access of /opt/clearm. Why i do again is i found the web ui is fine in deployed machine, but it's weird in my local machine:

2 years ago
0 Hello, I Try To Update Trains-Server (0.16) To Clearml-Server In Another Linux Machine, Here Is My Steps:

And i try to upgrade elastic by your script, but it cannot success, the log shows :

2 years ago
2 years ago
Show more results compactanswers