All Projects → pangeo-data → Rechunker

pangeo-data / Rechunker

Licence: mit
Disk-to-disk chunk transformation for chunked arrays.

Projects that are alternatives of or similar to Rechunker

Data scientist nanodegree
Stars: ✭ 59 (-3.28%)
Mutual labels:  jupyter-notebook
Bayesian Linear Regression
A python tutorial for a Bayesian treatment of Linear Regression: https://zjost.github.io/bayesian-linear-regression/
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Insightface pytorch
Pytorch0.4.1 codes for InsightFace
Stars: ✭ 1,109 (+1718.03%)
Mutual labels:  jupyter-notebook
Pycon Ua 2018
Talk at PyCon UA 2018 (Kharkov, Ukraine)
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Embedded gcnn
Embedded Graph Convolutional Neural Networks (EGCNN) in TensorFlow
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Data Science Cookbook
🎓 Jupyter notebooks from UFC data science course
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Pose Guided Image Generation
Implementation of NIPS 2017 paper "Pose Guided Person Image Generation" in PyTorch. https://arxiv.org/abs/1705.09368
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Matplotlib Multilayer Network
small template code to create a multilayer network using matplotlib and networkx
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Vehicle Detection And Tracking
Udacity Self-Driving Car Engineer Nanodegree. Project: Vehicle Detection and Tracking
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Silverhand
Micheal Gardner的数据科学笔记
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Instapy Research
📄 Research repository for InstaPy
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Useful Python
Python code and notebooks for reference
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Rpi Docker Tensorflow
Docker container for the Raspberry Pi containing Tensorflow and Jupyter
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Ml Dl Projects
Personal projects using machine learning and deep learning techniques
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Cnn graph
Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering
Stars: ✭ 1,110 (+1719.67%)
Mutual labels:  jupyter-notebook
Kaggle challenge live
This is the code for "Kaggle Challenge (LIVE)" by Siraj Raval on Youtube
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Rl Cc
Web-based Reinforcement Learning Control Center
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook
Kdd Multimodalities Recall
This is our solution for KDD Cup 2020. We implemented a very neat and simple neural ranking model based on siamese BERT which ranked first among the solo teams and ranked 12th among all teams on the final leaderboard.
Stars: ✭ 61 (+0%)
Mutual labels:  jupyter-notebook
Itorch
IPython kernel for Torch with visualization and plotting
Stars: ✭ 1,110 (+1719.67%)
Mutual labels:  jupyter-notebook
Python4scientificcomputing fundamentals
This repository includes the guidelines and the exercise files of the first part of my lectures on python for scientific programming which is dedicated to a general introduction to Python programming language. These lectures are a part of the "Energy and Environmental Technologies for Building Systems" course offered for M.Sc in Energy Eng. at Politecnico di Milano.
Stars: ✭ 60 (-1.64%)
Mutual labels:  jupyter-notebook

Rechunker

Documentation Status Tests Coverage

Rechunker is a Python package which enables efficient and scalable manipulation of the chunk structure of chunked array formats such as Zarr and TileDB. Rechunker takes an input array (or group of arrays) stored in a persistent storage device (such as a filesystem or a cloud storage bucket) and writes out an array (or group of arrays) with the same data, but different chunking scheme, to a new location.

Rechunker is designed to be used within a parallel execution framework such as Dask.

See the documentation for more.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].