Reputation
Badges 1
533 × Eureka!I assume we are talking about the IP I would find here right?
https://www.whatismyip.com/
When you are inside a project, the search bar searches for experiments
so if you want to search inside a specific project, go to that project and use the search bar, if you want to search all over, go to the project called "All Experiments" and search there
sorry I think it trimmed it
` alabaster==0.7.12
appdirs==1.4.4
apturl==0.5.2
attrs==21.2.0
Babel==2.9.1
bcrypt==3.1.7
blinker==1.4
Brlapi==0.7.0
cachetools==4.0.0
certifi==2019.11.28
chardet==3.0.4
chrome-gnome-shell==0.0.0
clearml==1.0.5
click==8.0.1
cloud-sptheme==1.10.1.post20200504175005
cloudpickle==1.6.0
colorama==0.4.3
command-not-found==0.3
cryptography==2.8
cupshelpers==1.0
cycler==0.10.0
Cython==0.29.24
dbus-python==1.2.16
decorator==4.4.2
defer==1.0.6
distlib==0.3.1
distro==1.4.0
distro-info===0.23ubuntu1
doc...
Anyway I checked the base task, and this is what it has in installed packages (seems like it doesn't list all the real packages in the environment)
TimelyPenguin76 I think our problem is that the agent is not using this environment, I'm not sure which one he does... Is there a way to hard-code the agent environment?
` # Python 3.8.10 (default, Jun 2 2021, 10:49:15) [GCC 9.4.0]
clearml == 1.0.5
hyperopt == 0.2.5
matplotlib == 3.4.3
numpy == 1.21.2
pandas == 1.3.2
plotly == 5.3.0
python_dateutil == 2.8.2
scikit_learn == 0.24.2
statsmodels == 0.12.2
tqdm == 4.62.2
Detailed import analysis
**************************
IMPORT PACKAGE clearml
tasks/data_projection.py: 9
tasks/hp_optimization.py: 6
tasks/hpo_n_best_evaluation.py: 6
tasks/pipelines/monthly_predictions.py: 4
IMPORT PACKAGE hypero...
this is the full one TimelyPenguin76
when spinning up the ami i just went for trains recommended settings
Sorry.. I still don't get it - when I'm launching an agent with the --docker
flag or with the --services-mode
flag, what is the difference? Can I use both flags? what does it mean? 🤔
Okay, so the agent automatically inherits the launching environment's variables?
That's awesome, but my problem right now is that I have my own cronjob deleting the contents of /tmp
each interval, and it deletes the cfg files... So I understand I must skip deleting them from now on
So how do I solve the problem? Should I just relaunch the agents? Because they can't execute jobs now
I'll just exclude .cfg files from the deletion, my question is how to recover, must i recreate the agents or there is another way?
few minutes and I'll look at it
I jsut think that if I use "report_table" I might as well be able to download it as CSV or something
SuccessfulKoala55 , I get a list of 1 value. This value is a dictionary which has the keys type
header
and cells
. cells
is a dictionary in itself which has the keys height
values
align
line
font
So regarding 1, I'm not really sure what is the difference
When running in docker mode what is different the the regular mode? No where in the instructions is nvidia docker a prerequisite, so how exacly will tasks on GPU get executed?
I feel I don't underatand enough of the mechanism to (1) understand the difference between docker mode and not and (2) what is the use casr for each
For example I have a DATA_DIR
environment variable which points to the directory where disk-data is stored
that's the only line starting with 192.168
Where is the docker-compose file? It's not at /opt
(again, I didn't place it anywhere, I'm just using the ami)
I only have like 40 tasks including the example ones
Or should I change all three of them?