Davide Nitti

Results 19 issues of Davide Nitti

**Describe the bug** Sometimes the path produced by RRT* with reeds-sheep script rrt_star_reeds_shepp.py seems not allowed: there are sharp corners in the path. **Expected behavior** allowed path **Screenshots** ![Screenshot from...

bug
help wanted

I'm using the following code `tasks = Task.get_tasks(tags=tags)` to get the tasks with given tags, but now that I have a lot of experiments, it does not return all the...

when I use the slash / in the project name (to put the project in subprojects e.g. classification/project1) I cannot visualize the images. I realized that the images are save...

when I try to log an image I get this error: ``` clearml.metrics - WARNING - Failed uploading to [...] 413 Request Entity Too Large 413 Request Entity Too Large...

When I hover a scalar plot the name of the label is cropped e.g. name_loss_l1 becomes name_loss... is it possible to avoid to the crop and visualize the full label?...

I have a weird behaviour of the GP with UCB (with noisy data) the posterior of the GP changes completely after a point, e.g. from: ![ucb8 xi 0 0 k...

when I use dbx.files_download_zip_to_file(...) if the folder to zip is in uppercase,e.g. ML with files and folders inside: file1 RL the zip contains duplicates folders (in apper and lower case)...

bug

I changed the ip from a value to 127.0.0.1 I restarted the server using `export CLEARML_HOST_IP=127.0.0.1 ; export TRAINS_HOST_IP=127.0.0.1 ; docker-compose -f /opt/clearml/docker-compose.yml down ; docker-compose -f /opt/clearml/docker-compose.yml up -d`...

I have the error `pic.RW2: data corrupted at 122880` when I try to save a raw file from panasonic s1, I downloaded rawkit from: `git clone https://github.com/photoshell/rawkit.git ; pip3 install...

Is there a way to download the images saved on clearml for a given task (debug_examples) from python?