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
DefeatedCrab47
Moderator
15 Questions, 42 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

41 × Eureka!
0 Votes
2 Answers
932 Views
0 Votes 2 Answers 932 Views
4 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
4 years ago
0 Votes
2 Answers
987 Views
0 Votes 2 Answers 987 Views
Port remapping of the webserver is not supported (documentation only mentions 8080 , 8081 and 8008 need to be available)? On our server we have JupyterHub ru...
4 years ago
0 Votes
3 Answers
950 Views
0 Votes 3 Answers 950 Views
Where did the TrainsLogger go in PyTorch Lightning (Bolts)? First it was moved from Lightning ( from pytorch_lightning.loggers import TrainsLogger ) to Bolts...
4 years ago
0 Votes
7 Answers
920 Views
0 Votes 7 Answers 920 Views
4 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
PyTorch Lightning question about logging a figure. I have the following code: # turn confusion matrix into a figure (Tensor cannot be logged as a scalar) fig...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
4 years ago
0 Votes
7 Answers
962 Views
0 Votes 7 Answers 962 Views
The links to PyTorch Lightning are broken in the https://allegro.ai/docs/integrations/integration_pytorch_lightening/ . Both "Use the PyTorch Lightning https...
4 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
I want to upgrade to the latest TRAINS 0.15.1, so I followed the instructions under "Upgrading" here: https://allegro.ai/docs/deploying_trains/trains_server_...
4 years ago
0 Votes
7 Answers
967 Views
0 Votes 7 Answers 967 Views
Hello, I'm trying to run the docker-compose version of the trains-server, but with the command sudo docker-compose -f /opt/trains/docker-compose.yml up --bui...
4 years ago
0 Votes
1 Answers
953 Views
0 Votes 1 Answers 953 Views
Just a pull request for a small bug fix found in 2 examples: https://github.com/allegroai/trains/pull/148
4 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hello! We are trying to upgrade from Trains server 15.1 to 16.1 using Docker, but are running into a permission error: trains-elastic | "stacktrace": ["org.e...
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
In your https://allegro.ai/blog/allegro-trains-v-0-15-release/ , the link to an example of Hyper-Parameter Optimizer ( https://github.com/allegroai/trains/bl...
4 years ago
0 Hello! We Are Trying To Upgrade From Trains Server 15.1 To 16.1 Using Docker, But Are Running Into A Permission Error:

Is it possible it's not just about the root user, but also the root group?

4 years ago
0 The Links To Pytorch Lightning Are Broken In The

Would have been nice if they would have reached out to you guys/gals before removing Trains 😅

4 years ago
0 Hello! We Are Trying To Upgrade From Trains Server 15.1 To 16.1 Using Docker, But Are Running Into A Permission Error:

` trains-elastic exited with code 1
trains-elastic | OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
trains-elastic | {"type": "server", "timestamp": "2020-11-02T08:04:57,699Z", "level": "ERROR", "component": "o.e.b.ElasticsearchUncaughtExceptionHandler", "cluster.name": "trains", "node.name": "trains", "message": "uncaught exception in thread [main]",
trains-elastic | "stacktrace": ["org.elast...

4 years ago
0 Hello! We Are Trying To Upgrade From Trains Server 15.1 To 16.1 Using Docker, But Are Running Into A Permission Error:

Ok, it was indeed something with permission. When I chown everything to root (1000) and chmod 777 it worked. 777 is of course not desirable, so I'm going to narrow it down now.

Thank you for the reply! The migration indeed created this elastic_7 folder.

4 years ago
0 In Your

Thank you

4 years ago
0 Pytorch Lightning Question About Logging A Figure. I Have The Following Code:

Aah, I couldn't find it under PLOTS, but indeed it's there under DEBUG SAMPLES.

4 years ago
0 The Links To Pytorch Lightning Are Broken In The

What's the abc issue ? Something Lightning team is responsible for?

4 years ago
0 Hello! We Are Trying To Upgrade From Trains Server 15.1 To 16.1 Using Docker, But Are Running Into A Permission Error:

Ok it's that the user group also has to be root. I ran the following:
sudo chmod 775 -R /opt/trains/ sudo chown -R root:root /opt/trainsand it works.

It seems that it has to be 775 with both user and group as root. E.g. 771 does not work, because than the docker command has to be used with sudo (if I want to use my default sudo-user account)

4 years ago
0 Hello! We Are Trying To Upgrade From Trains Server 15.1 To 16.1 Using Docker, But Are Running Into A Permission Error:

/opt/trains/ :

` $ ls -al
total 120
drwxrwsrwx 7 root miniconda 4096 Nov 2 18:15 .
drwxr-xr-x 15 root root 4096 Oct 5 15:12 ..
drwxrwxrwx 38 root miniconda 4096 Nov 2 18:15 agent
drwxrwxrwx 2 root miniconda 4096 Jun 19 14:43 config
drwxrwxrwx 8 root miniconda 4096 Nov 2 18:11 data
-rwxrwxrwx 1 root miniconda 4383 Jun 19 14:46 docker-compose_0.15.0.yml
-rwxrwxrwx 1 root miniconda 4375 Jun 26 15:06 docker-compose_0.15.1.yml
-rwxrwxrwx 1 root miniconda 4324 Nov 2 18:...

4 years ago
0 Hello! We Are Trying To Upgrade From Trains Server 15.1 To 16.1 Using Docker, But Are Running Into A Permission Error:

AppetizingMouse58 If I:
sudo chmod 771 -R /opt/trains/(taking all permission away from other except execution)
The file permission error comes back, even though everything is under the root user.

4 years ago
0 The Links To Pytorch Lightning Are Broken In The

I see that Trains has been removed 2 days ago: https://github.com/PyTorchLightning/pytorch-lightning/commit/41f5df18a4b96ce753263fadd9c27f1d30e5d7a2

and instead has been moved to Bolts: https://github.com/PyTorchLightning/pytorch-lightning-bolts

However, I cannot find a reason why only Trains has been moved?

4 years ago
Show more results compactanswers