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
UnsightlySeagull42
Moderator
13 Questions, 39 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

39 × Eureka!
0 Votes
5 Answers
610 Views
0 Votes 5 Answers 610 Views
2 years ago
0 Votes
5 Answers
615 Views
0 Votes 5 Answers 615 Views
hey I use allegro with docker mode. But I do not have access to paths where the data are(data I use for training). how can I use "volume mount" with allegro?
3 years ago
0 Votes
4 Answers
554 Views
0 Votes 4 Answers 554 Views
I have some problems with the hyperparameters. tf.keras.applications.MobileNet(input_shape=None,alpha=1.0,depth_multiplier=1,include_top=True,weights="imagen...
2 years ago
0 Votes
1 Answers
606 Views
0 Votes 1 Answers 606 Views
hey, I have a question: I got the following message: trains_agent: ERROR: Failed getting token (error 401 from http://192.168.40.210:8008 ): Unauthorized (in...
3 years ago
0 Votes
4 Answers
607 Views
0 Votes 4 Answers 607 Views
3 years ago
0 Votes
3 Answers
741 Views
0 Votes 3 Answers 741 Views
2 years ago
0 Votes
9 Answers
652 Views
0 Votes 9 Answers 652 Views
2 years ago
0 Votes
14 Answers
659 Views
0 Votes 14 Answers 659 Views
3 years ago
0 Votes
19 Answers
698 Views
0 Votes 19 Answers 698 Views
Hi I have another question: I run the following line with allegro: assert os.path.exists("path") This path does not exist. How is it possible to have access ...
3 years ago
0 Votes
8 Answers
585 Views
0 Votes 8 Answers 585 Views
Hello, I want to update allegro. I found the link: https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_es7_migration.html But with this gui...
2 years ago
0 Votes
10 Answers
573 Views
0 Votes 10 Answers 573 Views
3 years ago
0 Votes
2 Answers
640 Views
0 Votes 2 Answers 640 Views
2 years ago
0 Votes
17 Answers
559 Views
0 Votes 17 Answers 559 Views
3 years ago
0 Hi I Have Another Question: I Run The Following Line With Allegro: Assert Os.Path.Exists("Path") This Path Does Not Exist. How Is It Possible To Have Access To Folders Outside The Git Repo?

i think there is a problem with docker. because i am in the docker container and I have to use volume mount to get access to paths outside the container.
But i dont know how to use volume mount exactly

3 years ago
0 Hi I Have Another Question: I Run The Following Line With Allegro: Assert Os.Path.Exists("Path") This Path Does Not Exist. How Is It Possible To Have Access To Folders Outside The Git Repo?

clearml-agent --config-file /home/chuber/clearml.conf daemon --detached --gpus 1
--queue KA_ML2_GPU1 --docker nvidia/cuda:10.1-cudnn7-devel

3 years ago
0 Hi I Have Another Question: I Run The Following Line With Allegro: Assert Os.Path.Exists("Path") This Path Does Not Exist. How Is It Possible To Have Access To Folders Outside The Git Repo?

if i start the script via the console then the path is available but if i start a training via the graphical interface of allegro then not

3 years ago
0 Hi I Have Another Question: I Run The Following Line With Allegro: Assert Os.Path.Exists("Path") This Path Does Not Exist. How Is It Possible To Have Access To Folders Outside The Git Repo?

i try to run the agent without docker. Without docker mode the path is available. But i need docker for tensorflow and cuda

3 years ago
0 Hello, I Have 4 Python Environments On One Server With 4 Tensorflow Versions. In Each Python Environment The Correct Cuda Version Is Used. But When I Use Allegro The Error Comes: Could Not Load Dynamic Library 'Libcublas.So.10'; Dlerror: Libcublas.So.10:

Thank you for the answer.
I have 2 different cuda versions.
I need tensorflow 2.2, 2.3, 2.4, 2.5.
For tensorflow 2.2 i need cuda 10.1
But for tensorflow 2.4 i need for example cuda 11.0
https://www.tensorflow.org/install/source#gpu .
For docker I use for example: --docker nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
Then tensorflow 2.4 no longer works because tensorflow 2.4 requires cuda 11 and not cuda 10.1
Does anyone have any idea?
I can also pass 2 different docker images?

2 years ago
0 I Try To Use A Ssh Key For Git. When I Push A File To Git I Still Have To Write My Name And Password. I Solved It By The Command: Git Remote Set-Url Origin Git@Rz-S-Git:C.Huber/Allegro.Git How Can I Use This With Allegro? At The Moment I Get Get Error: Fa

At the moment I try SSH.
I should have permission. what can I do?
git@rz-s-git: Permission denied (publickey,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

2 years ago
0 I Try To Use A Ssh Key For Git. When I Push A File To Git I Still Have To Write My Name And Password. I Solved It By The Command: Git Remote Set-Url Origin Git@Rz-S-Git:C.Huber/Allegro.Git How Can I Use This With Allegro? At The Moment I Get Get Error: Fa

thanks for the answer.
I tried it but it did not work.
I have the same error:
fatal: could not read Username for ' http://rz-s-git ': terminal prompts disabled.
The git account have 2 users. I tried a run a different project from the other user and it worked.
The problem is to clone repository from different users.
does anyone know how I can best proceed?

2 years ago
0 Hey I Use The Clearml-Agent. In The Code I Have The Two Lines I Need. When I Run The Program It Shows That My Program Is Running On The Demo Trains Page. But I Want It To Run On My Own Server. I Tried To Register And Then Use The Following Page:

sdk {
# ClearML - default SDK configuration

storage {
    cache {
        # Defaults to system temp folder / cache
        default_base_dir: "~/.clearml/cache"
        size {
            # max_used_bytes = -1
            min_free_bytes = 10GB
            # cleanup_margin_percent = 5%
        }
    }

    direct_access: [
        # Objects matching are considered to be available for direct access, i.e. they will not be downloaded
       ...
3 years ago
0 Hello, I Want To Update Allegro. I Found The Link:

thank you for the information.
I am using the same GUI on 2 servers.
On both servers the following path did not exist:
/opt/trainsSo I could not stop allegro.
I run the commands on 1 server to upgrade it. But on the gui there is still the old version.
Does anyone know how I can proceed?

2 years ago
0 Hello, I Want To Update Allegro. I Found The Link:

Now I ran docker-compose down
But the allegro server is still available.

2 years ago
0 Hello, I Want To Update Allegro. I Found The Link:

I still have access to the gui

2 years ago
0 Hey I Use The Clearml-Agent. In The Code I Have The Two Lines I Need. When I Run The Program It Shows That My Program Is Running On The Demo Trains Page. But I Want It To Run On My Own Server. I Tried To Register And Then Use The Following Page:

CLEARML-AGENT configuration file

api {
# Notice: 'host' is the api server (default port 8008), not the web server.
api_server: http://192.168.40.210:8008
web_server: http://192.168.40.210:8080
files_server: http://192.168.40.210:8081
# Credentials are generated using the webapp, http://192.168.40:8080/profile
# Override with os environment: CLEARML_API_ACCESS_KEY / CLEARML_API_SECRET_KEY
credentials {"access_key": "XXXXXXXXXXXXXXXXXX", "secret_key": "XXXX...

3 years ago
0 Hey I Use The Clearml-Agent. In The Code I Have The Two Lines I Need. When I Run The Program It Shows That My Program Is Running On The Demo Trains Page. But I Want It To Run On My Own Server. I Tried To Register And Then Use The Following Page:

thank you for the feedback
TimelyPenguin76 SuccessfulKoala55
I used the line you wrote me. But at the first time I start the program with the command line.
I have still the problem with the demo server.
At the moment it has nothing to do with the clearml-agent.
my clearml.conf:
api_server: http://192.168.40.210:8008
web_server: http://192.168.40.210:8080
files_server: http://192.168.40.210:8081

3 years ago
0 Hey, I Run A Programm Without Allegro On The Gpu And It Works. Then I Run It With Allegro. But The Training Does Not Start. The Gpu Is Allocated But The Training Does Not Start. The Programm Is Stuck. I Am Using The Newest Allegro Version 1.0.2 How Can I

thanks.
i tried 1.0.4rc0 but get the same error.
Output from allegro:

2021-06-01 15:51:59.984367: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:116] None of the MLIR optimization passes are enabled (registered 2)

2021-06-01 15:52:00.019168: I tensorflow/core/platform/profile_utils/cpu_utils.cc:112] CPU Frequency: 3399905000 Hz

2021-06-01 15:52:00.683090: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcublas.so.11

2021-06...

2 years ago
Show more results compactanswers