numpy
Here are 6,815 public repositories matching this topic...
-
Updated
Oct 21, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
Improve navigation of the I/O how-to by prepending a decision tree/flowchart using an image or graphviz, as suggested by @mattip.
-
Updated
Oct 19, 2019
-
Updated
Oct 31, 2020 - Python
I just ran into an issue when trying to use to_csv
with distributed workers that don't share a file system. I shouldn't have been surprised that writing to a local file system from a distributed worker doesn't work. It shouldn't work. But the error I got was just a File Not Found
error. That brought me to:dask/dask#2656 (comment) - which was the answer.
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 22, 2019 - Python
-
Updated
Oct 14, 2020 - Python
PR #6447 adds a public API to get the maximum number of registers per thread (numba.cuda.Dispatcher.get_regs_per_thread()
). There are other attributes that might be nice to provide - shared memory per block, local memory per thread, const memory usage, maximum block size.
These are all available in the FuncAttr
named tuple: https://github.com/numba/numba/blob/master/numba/cuda/cudadrv/drive
-
Updated
Nov 4, 2020 - Python
Bidirectional RNN
Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays?
ConvTranspose Layer
The current version of the HANS dataset is missing the additional information provided for each example, including the sentence parses, heuristic and subcase.
-
Updated
Feb 6, 2020
Description
Move the adamw optimizer defined here to MXNet. https://github.com/dmlc/gluon-nlp/blob/20321598a732d254d4a9e036eecbe0ae8abb48a0/src/gluonnlp/optimizer.py#L31-L32
-
Updated
Nov 5, 2020 - C++
Support Series.median()
MCVE Code Sample
# Your code here
import numpy as np
import xarray as xr
data = np.zeros((10, 4))
example_xr = xr.DataArray(data, coords=[range(10), ["
-
Updated
Nov 6, 2020 - Jupyter Notebook
-
Updated
Nov 3, 2020 - Python
-
Updated
Feb 11, 2020 - Python
-
Updated
Oct 16, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the numpy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the numpy topic, visit your repo's landing page and select "manage topics."
Hi, I've moved to Cuda 11.0 and I am getting warnings below while compiling. I just can't remember exactly, but I don't think I saw these with 10.2. I don't know if it related, but
run_test.py
is also failing when it comes to Distribution related tests. I can post test's log when the build is complete, if it is helpful. Thank you.