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

Questions 6042

Questions 6042

Tags
Sorting
Results
per page
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, Is there a way to define the path to the config file the python library will use? Because I am running in my machine different projects that need to be l...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is there some is_executed_remotely function in clearml?
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
4 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Is there a reason why all clearml.Task methods regarding requirements (e.g. pip requirements) are class methods? Are requirements not stored in a task?
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Does ClearML currently support access to custom s3 endpoints? If so, how can we do this?
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi, I am running a file like this python train_it.py Task.force_requirements_env_freeze(False) task = Task.init(project_name='playground', task_name='base') ...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, I opened a new project yesterday and tracked few experiments. Suddenly everything disappeared today and I can't even see the project's folder
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hi, I am saving plt chart to ClearML using from torch.utils.tensorboard import SummaryWriter and I got long labels cut out writer.add_figure('my label', figu...
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
4 years ago
0 Votes
3 Answers
3K Views
0 Votes 3 Answers 3K Views
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Silly question alert...... Really simple one to start with. If I have the more or less the default settings for a clearml-agent on a compute node, so therefo...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Having an issue with fileserver being unable to start upon running docker-compose. I've tried to restart all of the containers as of now. ERROR: for fileserv...
4 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
None Hello if I try to create a dataset from code, as shown in this example I have two questions: - Closing the data doesnt work: dataset.close() AttributeEr...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi all 🙂 , There is a way to freeze the iteration monitoring? I like to download my data/model at the start of my code, but it takes a while and I am gettin...
4 years ago
0 Votes
10 Answers
3K Views
0 Votes 10 Answers 3K Views
When I setup my local virtual environment I use a combination of Conda and pip. I use conda as my environment manager, and then use pip for packages that are...
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Hey, I'm trying to run the AWS autoscaler and pull a docker image from ECR (private repository). I'm currently getting the error: docker: Error response from...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, this seems really simple, but I could not find any clear reference to it elsewhere. So, what is the right way of manually logging a model checkpoint, I d...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Hey I’m running this script and initialise the ClearML task also in this file https://github.com/facebookresearch/fastMRI/blob/master/banding_removal/scripts...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi! If I have a pipeline on gitlab that uses ClearML for some tests is there some way to setup the credentials so that it doesn’t fail?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Typo: Was going crazy for a short amount of time yelling to myself: I just installed clear-agent init!
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I have got experiments training PyTorch networks on a remote compute run by clearml-agent . I am using the Ignite framework to train image classification net...
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
I have been successfully deploying and training a PyTorch CNN on a clearml-agent managed compute resource and have been testing some the capabilities, includ...
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi
Hi :robot_face: , humans We have the new documentation site up and running 🎉 None 🎊 This is still a work in progress, so we keep the previous version alive...
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
am reading through the new docs…. how do i go about creating the cron jobs in the UI https://clear.ml/docs/latest/docs/getting_started/mlops/mlops_best_pract...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Can anyone recommend some good AI deployment frameworks for kubernetes? (better if they have/can be integrated with ClearML)
4 years ago
Show more results questions