Skip to main content

How Many Discoveries Were Lost Because They Weren't Written Down?

With Reports you can save your ingenious ideas and insights alongside a snapshot of your work and then share them with your team. Or just keep them all for when you need them.
Created on November 25|Last edited on April 3
👋📎 Hey, I'm a meta-Report, a Report about Reports!
💡
Reports are for your brain dumps 🧠, eureka moments 💡and everything in between. They play nicely with everything else in W&B so you can share, store or explain your findings.

📊 Share your experiments charts

Imagine arriving at a colleague's folder of random charts and spreadsheets and being asked to make sense of them. Be the change you want to see in the world, Reports exist so you never inflict that pain on yourself or anyone (again 🤐)!
Before W&B Reports:
Ok, this is a bit extreme... but you get the point 😁
The charts below are live and interactive. They are fed with the metrics and configs coming from your W&B runs.
Below the plot, you can click on the Run set to navigate to the run that produced each line in these charts.

Run set
101


🧐 Show different views and snapshots of your runs 🤳

The chart below is filtered to remove null losses and sorted by loss. When you make one of these beautiful charts, jot down your thoughts so you know what you were trying to investigate and explain to the reader why?
This allows the reader to digest that insight more easily and invites them to ask questions, but also allows them to pick up where you left off. By using Reports, you can decouple who runs the experiment from who does the analysis.

Comment on Plots

You can write comments by clicking the top right of a plot (either the speech bubble 💬 or the yellow circle 🟡).
🥶 Freeze your runs to stop any new runs from being added to your plot by clicking the snowflake. ❄️
💡


Run set
12


👟 Share your model predictions with W&B Tables

Store your predictions at a point in time. Make these Tables yourself with W&B Tables. Don't forget you can filter, group and sort these tables too!

Run set
101


💄 Why not make your discoveries shine with nice formatting?

Alongside any of your W&B panels, you can also use lots of fancy "nice to have" features to improve your Reports for your teammates.

📋 Quickly format your thoughts with Markdown

Dear Diary,

Today I found a bug in one of my research papers from 15 years ago that no one ever noticed.



😎 Code, of course.

for xb, yb in dataloader:
yb_pred = model(xb)
loss = criterion(y_pred, y)
optimizer.zero_grad()
loss.backward()
optimizer.step()

👩‍🏫 Explain the details with LaTeX

f(x)={1if  wx+b>0,0otherwise\displaystyle f(\mathbf {x} )={\begin{cases}1&{\text{if }}\ \mathbf {w} \cdot \mathbf {x} +b>0,\\0&{\text{otherwise}}\end{cases}}

☑️ Checklists because who doesn't love TODOs

TODO:
  • Make a todo list
  • Check off a todo
  • Solve the AI control problem 💀

📸 Images and Gifs but don't dare include a matplotlib loss plot or we'll ban you!

pronounced JIF
Party parrot because we're "with it"





Learn more:

Watch this video or read our docs: https://docs.wandb.ai/guides/reports



📚 More lovely reports



Visit our blog!

Check out our blog, Fully Connected, to keep up to date with Machine Learning and W&B: wandb.ai/fc
Ann Marie
Ann Marie •  
I DID not Know LECUN was my son nor did i Know he sees me why where is everyone jumping to conculsions at my cost
Reply
José M. Muñoz Ruiz
José M. Muñoz Ruiz •  
This is a comment, obviously
Reply
Piotr Pustelnik
Piotr Pustelnik •  
Parallel Coordinates Plot
test
Reply
y-mochizuki
y-mochizuki •  
Parallel Coordinates Plot
Parallel Coordinates Plot
Parallel Coordinates Plot
Reply
y-mochizuki
y-mochizuki •  
hoge
Reply
Andrea
Andrea •  
This looks great!
Reply
Aleena Byrne
Aleena Byrne •  
hello
1 reply
Scott Condron
Scott Condron •  
final loss
(This is an example of a comment on a panel) It looks like fancy-waterfall-86 was a good run, what changed?
Reply
Iterate on AI agents and models faster. Try Weights & Biases today.