The Wayback Machine - https://web.archive.org/web/20220610192918/https://github.com/topics/visualizations
Skip to content
#

visualizations

Here are 358 public repositories matching this topic...

pgayvallet
pgayvallet commented Jun 7, 2022

When testing on a 500k objects cluster, I saw that the call to /api/kibana/management/saved_objects/scroll/counts takes approximatively 2minutes. During this time, the counts are not properly surfaced in the UI.

We can probably improve that by increasing the number of documents per page:

https://github.com/elastic/kibana/blob/a02c00b8a3e66cc6117aba87b9d64273302f4d29/src/plugins/saved_objec

good first issue Team:Core enhancement Feature:Saved Objects Management

Many Class Activation Map methods implemented in Pytorch for CNNs and Vision Transformers. Examples for classification, object detection, segmentation, embedding networks and more. Including Grad-CAM, Grad-CAM++, Score-CAM, Ablation-CAM and XGrad-CAM

  • Updated May 26, 2022
  • Python

This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.

  • Updated May 26, 2022
  • Jupyter Notebook
dej611
dej611 commented Jan 18, 2021

Describe the bug
When mixing two Bar series, with one Time and the other Linear X scales, leads to the charts area to crash (blank area) and an error appears in the console.

To Reproduce
Steps to reproduce the behavior:

  1. Create a duplicate of the 35_test_time.tsx story
  2. Add the following series to it:
<BarSeries
      id="data2"
      xScaleType={ScaleType.Li
bug good first issue kibana cross issue :xy

Improve this page

Add a description, image, and links to the visualizations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the visualizations topic, visit your repo's landing page and select "manage topics."

Learn more