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
WackyRabbit7
Moderator
73 Questions, 550 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

533 × Eureka!
0 Is The

CostlyOstrich36 ⬆

2 years ago
0 Following The Instructions For Local Trains Deployment On Linux (

I manually deleted the allegroai/trains:latest image, that didn't help either

4 years ago
0 Is There A Way To Run A Pipeline (

Can you lend a few a words about how the not-pip freeze mechanism of detecting packages work?

3 years ago
0 Following The Instructions For Local Trains Deployment On Linux (

not manually I assume that if I deleted the image, and then docker-composed up, and I can see the pull working it should pull the correct one

4 years ago
0 Question About Out-Of-Python Dependencies. For Example Nltk Requires

UptightCoyote42 - How are these images avaialble to all agents? Do you host them on Docker hub?

4 years ago
0 I'M Running

when using the first checkout action, it goes checks out the repo

3 years ago
0 Is There A Way To Run A Pipeline (

But does it disable the agent? or will the tasks still wait for the agent to dequeue?

3 years ago
0 Is It Possible To Ask An Agent To Use A Specified Existing Python Environment Instead Of Building One From Scratch?

In my use case I'm using an agent on the same mahcine I'm developing, so pointing this env var to the same venv I'm using for development, will skip the venv creation process from teh task requirements?

3 years ago
4 years ago
0 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

Anyway I checked the base task, and this is what it has in installed packages (seems like it doesn't list all the real packages in the environment)

3 years ago
0 How Do I Get Access To

Cool - what kind of objects are returned by .artifacts. getitem ? I want to check their docs

4 years ago
0 Following The Instructions For Local Trains Deployment On Linux (

let me try to docker-compose down --rmi all

4 years ago
0 How Do I Get Access To

I was refering to what is the returned object of Task.artifacts['...'] - when I call .get I understand what I get, I'm asking because I want to see how the object I'm calling .get on behaves

4 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

CostlyOstrich36 so why 1000:1000? My user and group are not that and so do all the otehr files I have under /opt/clearml

3 years ago
0 What Is Being Stored Exactly In

I had to restart the agent and now everything is fine

3 years ago
0 I'M Running

` name: XXXXXXXXXX

on:
workflow_dispatch

jobs:
test-monthly-predictions:
runs-on: self-hosted
env:
DATA_DIR: ${{ secrets.RUNNER_DATA_DIR }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.RUNNER_CREDS }}
steps:
# Checkout
- name: Check out repository code
uses: actions/checkout@v2

  # Setup python environment
  - name: Setup up python environment using Poetry
    run: |
      /home/elior/.poetry/bin/poetry env use python3.9
  ...
3 years ago
0 What Is Being Stored Exactly In

Yeah the task failed

3 years ago
0 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

If you want we can do live zoom or something so you can see what happens

3 years ago
0 I'M Running

working directory is the same relative to the script, but the absolute path is different as the github action creates a new environment for it and deletes it after

3 years ago
4 years ago
0 Inside An Ec2 Machine, Using The Trains-Server Ami, I'M Trying To Launch My Aws Auto-Scaler Service. When I Enqueue The Task To The

How did it come to this? I didn't configure anything, I'm using the trains AMI, with the suggested instance type

4 years ago
0 I'M Running

id did not help

3 years ago
Show more results compactanswers