-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sacredboard -F path/to/experiments/dir
displays "No matching records found" but recognizes all entries
#111
Comments
Hi, would you mind sharing your folder for which Sacredboard gets into this problem? |
|
@chovanecm is that what you meant? |
I was hoping for an actual directory I could test against but never mind. I think the reason for what you are experiencing is missing Nevertheless, you can get the latest development version which includes the fix (please refer to README for installing it). |
@chovanecm using the dev version it displays experiments, but metric plots do not load. e.g. in {
"cosine": {
"steps": [
0,
1,
2,
3,
4
],
"timestamps": [
"2019-03-28T09:55:46.826987",
"2019-03-28T09:55:46.849116",
"2019-03-28T09:55:46.871558",
"2019-03-28T09:55:46.895558",
"2019-03-28T09:55:46.918864"
],
"values": [
0.29999999701976776,
0.10000000596046447,
0.2,
0.5,
-0.09999998807907104
]
},
...
} and |
I see that this is experimental, but I would like to bring this to your attention.
I run
sacredboard -F ./experiments
and then a browser is opened which shows a table saying 612 entries (which under./experiments/
there are sub-directories 1 - 612). but just says "No matching records found". I don't have any filters so whats going on?The text was updated successfully, but these errors were encountered: