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
PunySquid88
Moderator
3 Questions, 20 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
0 Answers
653 Views
0 Votes 0 Answers 653 Views
I saw on reddit that Deepkit was just open-sourced yesterday ( https://deepkit.ai/ ) What are your thoughts on the feature differences between the two? It lo...
4 years ago
0 Votes
30 Answers
667 Views
0 Votes 30 Answers 667 Views
I'm having issues running trains-agent on my aws, it seems to not be able to install pytorch... I have miniconda 4.8.2 , python 3.7.6 , trains-agent 0.14.1 i...
4 years ago
0 Votes
3 Answers
772 Views
0 Votes 3 Answers 772 Views
I'm trying to run a reinforcement learning task with trains-agent, and the environment I'm running needs an X server to get the environment state. I can get ...
4 years ago
0 Thank You All For Taking The Time To Answer Our Survey (If You Haven'T Already, We Urge You To

for reference, this is what it looks like in Weight and Biases

3 years ago
0 I'M Having Issues Running Trains-Agent On My Aws, It Seems To Not Be Able To Install Pytorch... I Have

I just checked my aws instance with the gpu and yeah the virtual envs are using the cuda version

4 years ago
0 I'M Having Issues Running Trains-Agent On My Aws, It Seems To Not Be Able To Install Pytorch... I Have

I removed torch from the requirements of the git repo dependency though hmm

4 years ago
0 I'M Having Issues Running Trains-Agent On My Aws, It Seems To Not Be Able To Install Pytorch... I Have

yeah that causes the 'NoneType' object has no attribute 'lower' error

4 years ago
4 years ago
0 I'M Having Issues Running Trains-Agent On My Aws, It Seems To Not Be Able To Install Pytorch... I Have

strangely enough i have another aws instance with a GPU that i've been using trains-agent to run experiments with the same dependencies, git included

4 years ago
0 I'M Having Issues Running Trains-Agent On My Aws, It Seems To Not Be Able To Install Pytorch... I Have

I tried to change the dependency to https://download.pytorch.org/whl/cpu/torch-1.4.0%2Bcpu-cp37-cp37m-linux_x86_64.whl ; sys_platform == "linux" and try to get it to have pip install the correct whl file, but i'm getting a new error 'NoneType' object has no attribute 'lower'

4 years ago
4 years ago
0 I'M Having Issues Running Trains-Agent On My Aws, It Seems To Not Be Able To Install Pytorch... I Have

I'm still struggling to get this other instance working even after switching the config to use pip and restarting the agent

4 years ago
0 I'M Having Issues Running Trains-Agent On My Aws, It Seems To Not Be Able To Install Pytorch... I Have

the console output from trains shows that it already has the cuda version set to 0, but i tried that anyways and conda is still unable to install torch

4 years ago
0 Thank You All For Taking The Time To Answer Our Survey (If You Haven'T Already, We Urge You To

figured it was only for images, as shown in the documentation

3 years ago
0 Thank You All For Taking The Time To Answer Our Survey (If You Haven'T Already, We Urge You To

one thing I don't see in the list of feature requests that would be nice would be support for comparing videos 🙂 . Right now I'm able to upload video output as an artifact and view it from the website, but I would like to be able to see the videos in a grid when comparing various experiments

3 years ago