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 19|Last edited on April 7
👋 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 to 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, Report 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 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
102


🧐 Show different views and snapshots of your runs 🤳

The chart below is filtered to remove null losses and sorted by loss.
🥶 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
102


💄 Why not make your discoveries shine with nice formatting?

📋 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