question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feedback/Enhancement] Unable to render key "xxxx" of type "string"... message in the Dashboard

See original GitHub issue
  • Weights and Biases version: 0.8.31
  • Python version: 3.7.2
  • Operating System: MacOS High Sierra

Description

Using the wandb.log() call, I have been sending data for param tracking of the models I’m currently working on, and I get this in the Dashboard: Screen Shot 2020-04-14 at 22 01 29

I think this is partially user error, but then there are a few scenarios when non-numeric data is passed to W&B.

Scenario 1: currently it’s not plotted and we get the above messages Scenario 2: user can be warned about it in a separate tab (list of errors/warnings tab and/or logs) and not show them at all in the dashboard Scenario 3: not flag them as error/warning but rather collect them and show some sort of a histogram or matrix chart plotted against time (just like the other metrics shown in the dashboard). This is super useful as we may have non-numeric data that we want to see the spread and frequency across our training, I can already think of its use with NLP and related topics. Scenario 4: combine the above in different forms and abstract them behind flags or settings so the user can toggle to the kind of behaviour they want, and the default should be some warning in the logs or in the dashboard or both.

What I Did

I removed the calls that involved sending non-numeric data to W&B and instead passed those via the wandb.config calls and then started getting this, which is desired:

Screen Shot 2020-04-14 at 21 49 37

Although would be good to have the scenarios discussed as mentioned in the above section.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
vanpeltcommented, Dec 4, 2020

Hey @neomatrix369 we now handle these un-renderable in a much cleaner way. Give it a try and let us know if you have other suggestions for improving it further.

1reaction
vanpeltcommented, Apr 23, 2020

Hey @neomatrix369 how would you like to plot the array values? For the nested dictionary keys, that should work and the keys would be level_1.level2.etc.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Feedback/Enhancement] Unable to render key "xxxx" of type ...
[Feedback/Enhancement] Unable to render key "xxxx" of type ... of the models I'm currently working on, and I get this in the Dashboard:...
Read more >
Release Notes - Java Bug System - OpenJDK
[JDK-8111188] - FX App thread must not run in parallel with QuantumRenderer ... [JDK-8112328] - WebView/WebEngine fails to render HTML checkboxes ...
Read more >
Release Planning - ftpmirror.your.org
message types (such as ISC, APPC, and OTMA) and the prefix sizes that accompany them. Recommendation: When message queue data sets are used,...
Read more >
(PDF) Knowing What Students Know The Science And Design Of ...
Thank you for reading knowing what students know the science and design of educational assessment. Maybe you have knowledge that, people have search ......
Read more >
IMS: Release Planning - FTP Directory Listing - IBM
These topics provide general information to help you evaluate and plan for IMS 14. The topics describe the new features and enhancements for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found