I'm trying to use clearml agents. For tensorflow it looks like it does not save the pip package correctly. I need to install it as tensorflow[and-cuda] not j...
2 days ago
Hi, I have a question about migrating from tensorflow 2.14 to 2.16. Up until now I have been using tf.keras.callbacks.ModelCheckpoint to save models in the S...
8 months ago
Hi everyone, I’m trying to create a pipeline from tasks without uploading the data into clearml server because it’s large and I get into memory issues. Inste...
9 months ago
If I want to run tensorflow (version 2.10.0 with Python 3.8) with the AWS autoscaler, which AMI and Docker base image should I choose?
one year ago
Hi, I have an error with clearml-agent 1.5.1 when importing tensorflow 2.10 from tensorflow.python.client._pywrap_tf_session import * File "/root/.clearml/ve...
one year ago
Hello, I am using clearml in docker mode. I have a simple script that runs locally, runs on the target machine running the same tensorflow container, but doe...
one year ago
Hello I'm new here, i found this error when testing my tensorflow / keras model. I already create the model endpoint by running command 'clearml-serving --id...
2 years ago
Hi guys, I'm currently work with clearml-serving for deployment of my model, but I have few questions and errors: 1. In the Preprocess class, I need to get s...
2 years ago
Hello, I am working with a pytorch model, and I would like to save it as an Outputmodel. I read that Clearml has pytorch auto-logging ebabled automatically. ...
2 years ago
Hi, I have the following problem - when running a tensorflow model (nn) I have two logs printed out through the model (with tensorboard), one for the mse/los...
2 years ago
I'm publishing the model artifact after the tensorflow model is saved. But in the UI, the download button is grayed out. And get_local_copy() doesn't seem to...
2 years ago
I'm training a tensorflow model and saving it in the end. I looked at the OutputModel class. How do I connect the model I'm saving to the OutputModel?
2 years ago
Hi guys, Suppose I have the following script: import numpy as np import pandas as pd from clearml import Task # Import required project dependencies. from tf...
3 years ago
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 all...
3 years ago
Hi, just to check. Does the k8s glue install torch by default? I'm getting Warning: could not resolve python wheel replacement for torch==1.8.0 even though i...
3 years ago
https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/base_template_keras_simple.py Hi, I am running this code ...
3 years ago
Hi all! I I tried to run the manual_upload_model.py script, using a worker, and it fails because when looking at the installed packages, tensorflow is not th...
3 years ago
Hey guys, it seems there is something really off about how trains-agent reproduces requirements. It seems it just completely ignored my list of requirements ...
4 years ago