Skip to content
#

science-research

Here are 232 public repositories matching this topic...

moble
moble commented Aug 4, 2021

Is your feature request related to a problem? Please describe.
I have some very large files (100s of GB) that compress pretty well, and JLD2 supports compression, but I can't use this package's wonderful saving features together with that.

Describe the solution you'd like
It would be nice to be able to pass through the compress=true option to whatever function is used to actually

enhancement good first issue
alessiamarcolini
alessiamarcolini commented May 5, 2022

Describe the bug
LocalOtsuThreshold should return a binary mask as np.ndarray, like its "sibling" OtsuThreshold

  1. We should not apply np_to_pil before returning, but threshold_to_mask (like OtsuThreshold)
  2. The docstrings of LocalOtsuThreshold and local_otsu_threshold are different, while they should be the same.
  3. Type hints need to be fixed as well to reflect the new
bug good first issue
SENPAI
rstoneback
rstoneback commented May 26, 2021

Is your feature request related to a problem? Please describe.
It can be necessary to pull out the instrument sampling rate from data. In principle this should be easy but data gaps, instrument turn on/off, etc. can potentially frustrate this determination.

Describe the solution you'd like
It may be necessary for calc_res in utils.time to support different averaging methods for da

maestrowf
jwhite242
jwhite242 commented May 20, 2020

This request is to make $(OUTPUT_PATH) behave more like the other labels and variables such that it is accessible without the timestamped sub directories appended to it when the spec is run. Making the timestamped sub directories accessible in another token in the workflow spec and meta files would be a useful side effect of this change.

enhancement Good First Issue

This repository is the official implementation of the paper Pruning via Iterative Ranking of Sensitivity Statistics and implements novel pruning / compression algorithms for deep learning / neural networks. Amongst others it implements structured pruning before training, its actual parameter shrinking and unstructured before/during training.

  • Updated Feb 10, 2022
  • Python

OUTDATED, FIND MY ESP32 REPO AT https://github.com/moothyknight/HEG_ESP32 -- A DIY instruction set and rough program to run an HEG off an Arduino Nano. It uses an IR and Red LED, an OPT101 sensor, an ADS1115, and an Arduino Nano V3. The HEG is basically a pulse oximeter for your cortex, but allows for biofeedback and direct control.

  • Updated Sep 26, 2019
  • C++

Improve this page

Add a description, image, and links to the science-research 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 science-research topic, visit your repo's landing page and select "manage topics."

Learn more