The Wayback Machine - https://web.archive.org/web/20210518065516/https://github.com/topics/data-science
Skip to content
#

Data Science

Data science is an inter-disciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge from structured and unstructured data. Data scientists perform data analysis and preparation, and their findings inform high-level decisions in many organizations.

Here are 18,885 public repositories matching this topic...

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated May 13, 2021
  • Python
thiemoToadi
thiemoToadi commented Apr 6, 2021

Summary

When import streamlit and supervisely_lib together in a project there occurs a TypeError.

Steps to reproduce

Code snippet:

import streamlit as st
import supervisely_lib as sly

If applicable, please provide the steps we should take to reproduce the bug:

  1. run the code with streamlit run ...
  2. see error/traceback when you open the streamlit page
dash
pytorch-lightning
kingjr
kingjr commented May 14, 2021

🚀 Feature

Detect UninitializedParameter and run one batch/sample before fitting.

Motivation

Pytorch now accepts 'lazy' layers with UninitializedParameter.

However, this seems to cause a memory error in PL at when we start the trainer because it attempt to estimate the memory usage:

RuntimeError: Can't access the shape of an uninitialized parameter. This error usually happen
gensim