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
Profile picture
MysteriousBee56
Moderator
8 Questions, 50 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

47 × Eureka!
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
4 years ago
0 Votes
25 Answers
952 Views
0 Votes 25 Answers 952 Views
4 years ago
0 Votes
4 Answers
944 Views
0 Votes 4 Answers 944 Views
Hi, does 'trains' save scalars somewhere in the machine similar to log file?
4 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
4 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Is it possible to disable vcs-cache? I tried to change value from true to false in the trains.conf, but it does not affect anything. I want to disable it, be...
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hi, I am trying to execeute my code on nvidia/cuda docker, but it keeps running, it is not failed or not aborted. The last log message is "Successfully insta...
4 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Hi, I faced with a silly error, when I run the python script with task = trains.init(project_name='my project', task_name='my task'). The task goes to the tr...
4 years ago
0 Votes
2 Answers
928 Views
0 Votes 2 Answers 928 Views
4 years ago
0 Hi, I Am Trying To Execeute My Code On Nvidia/Cuda Docker, But It Keeps Running, It Is Not Failed Or Not Aborted. The Last Log Message Is

AgitatedDove14 I might find something to fix the issue but I am not sure. In trains-agent worker.py script log it is written like that python3 -u -m trains_agent execute --disable-monitoring --id 9fe6d610a2b946379255b0fc25b5f9fd') so at the end there is an extra " ' ".  So when I run this script in my local environment by writing python3 -u -m trains_agent execute --disable-monitoring --id 9fe6d610a2b946379255b0fc25b5f9fd it works and runs the code. However, if I write ` pytho...

4 years ago
0 Hi, Does 'Trains' Save Scalars Somewhere In The Machine Similar To Log File?

Actually, I want to retrieve metrics from code and I thought that these metrics might be stored somewhere in the local folders so that I can access them via code. You know the log file is created and stored in /tmp folder.

4 years ago
0 Hi, I Just Upgraded My Version From 0.15.2Rc0 To 0.16.0. In Older Version, By Using Apiclient I Was Getting Client.Tasks.Execution.Parameters, But In Newer Version. It Returns Empty Dict. I Know Hyper-Parameters Section Is Changed, But Why This Method Ret

In older versions it returns:
"parameters": { "batch_size": "64", "test_batch_size": "1000", "epochs": "1", "lr": "0.01", "momentum": "0.5", "no_cuda": "False", "seed": "1", "log_interval": "10", "save_model": "True" }But, now it just returns empty dict. I think it is because of separation of hyper-parameters section on UI.

4 years ago
4 years ago
0 Is It Possible To Disable Vcs-Cache? I Tried To Change Value From True To False In The Trains.Conf, But It Does Not Affect Anything. I Want To Disable It, Because It Gives Error When I Run A Project Firstly On Docker Then On Venv.

fatal: destination path '/home/dogukan/.trains/vcs-cache/pre-post-script-repo.git.35f82b395021c8e6afef186fafa662cc/pre-post-script-repo.git' already exists and is not an empty directory. Repository cloning failed: Command '['clone', 'git@192.168.1.230:dogukan/pre-post-script-repo.git', '/home/dogukan/.trains/vcs-cache/pre-post-script-repo.git.35f82b395021c8e6afef186fafa662cc/pre-post-script-repo.git', '--quiet', '--recursive']' returned non-zero exit status 128. Cannot find output file

4 years ago
0 Is It Possible To Disable Vcs-Cache? I Tried To Change Value From True To False In The Trains.Conf, But It Does Not Affect Anything. I Want To Disable It, Because It Gives Error When I Run A Project Firstly On Docker Then On Venv.

Hi TimelyPenguin76 , My version is 0.15.2rc0 and I am running with this command; trains-agent daemon --detached --gpus 0 --queue default --docker nvidia/cuda --foreground

4 years ago
Show more results compactanswers