Reputation
Badges 1
533 × Eureka!but using that code - how would I edit fileds?
Okay Jake, so that basically means I don't have to touch any server configuration regarding the file-server on the trains server. It will simply get ignored and all I/O initiated by clients with the right configuration will cover for that?
Let's take a step back. Let's remove the clearml-services from the docker compose for a second, and run it manually (then you can control everything). Once you have it running manually, let's try to replicate the setup back to the docker compose, make sense ?
I'd prefer not to docker-compose down as researchers are actively working on it, what do you say that I will manually kill the services agent and launch one myself?
whatttt? I looked at config_obj didn't find any set method
I re-executed the experiemnt, nothing changes
Loading part from task B:
` def get_models_from_task(task: clearml.Task, model_artifact_substring: str = 'iter_') -> dict:
"""
Extract all models saved as artifacts with the specified substring
:param task: Task to fetch from
:param model_artifact_substring: Substring for recognizing models among artifacts
:return: Mapping between iter number and model instance
"""
# Extract models from task (models are named iter-XXX where XXX is the iteration number)
model_...
Why would I have 0.15.1 if I followed the instructions of the docs?
I manually deleted the allegroai/trains:latest image, that didn't help either
but shouldn't the :lastest make it redownload the right image?
Wait, suddenly the UI changed to 0.16.1, seems like I was shown a cached page
sudo curl https://raw.githubusercontent.com/allegroai/trains-server/master/docker-compose.yml -o /opt/trains/docker-compose.yml
my bad, I didn't look at the upgrade section
not manually I assume that if I deleted the image, and then docker-composed up, and I can see the pull working it should pull the correct one
looks like it did pull the right image
let me try to docker-compose down --rmi all
I followed the upgrading still nothing
That is not very informative
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
AgitatedDove14 this is stillnot fixed for me, even though I upgraded to server 1.1... Does the client require an update as well? Should I open an issue about this?

