Reputation
Badges 1
533 × Eureka!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?
I couldn't do it with clearml task as it was looking for a requirements file and I'm workgin with poetry
the Task object has a method called Task.execute_remotely
Look it up here:
https://allegro.ai/docs/task.html#trains.task.Task.execute_remotely
This error just keeps coming back... I already made the watermarks like 0.5gb
I'll check if this works tomorrow
Example code? I didn't see anywhere an example of filtering using project name
I guess not many tensorflowers running agents around here if this wasn't brought up already
But I'm naive enough to believe that 10.2 is compatible with 10.1 as it is a minor upgrade
Where is the docker-compose file? It's not at /opt (again, I didn't place it anywhere, I'm just using the ami)
Or should I change all three of them?
I think a good idea is to add to the error message when the clearml agent fails due to import error, a suggestion ot try out with pip freeze
2021-10-11 10:07:19 ClearML results page: `
2021-10-11 10:07:20
Traceback (most recent call last):
File "tasks/hpo_n_best_evaluation.py", line 256, in <module>
main(args, task)
File "tasks/hpo_n_best_evaluation.py", line 164, in main
trained_models = get_models_from_task(task=hpo_task)
File "tasks/hpo_n_best_evaluation.py", line 72, in get_models_from_task
with open(pickle_path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/elior/.clearml/c...
I mean usually it would read if cached_file: return cached_file
