tensor
Here are 378 public repositories matching this topic...
-
Updated
Mar 14, 2021 - Jupyter Notebook
-
Updated
Mar 27, 2022 - Python
Description
https://numpy.org/doc/stable/reference/generated/numpy.corrcoef.html
https://docs.cupy.dev/en/stable/reference/generated/cupy.corrcoef.html
Seems args are different
Additional Information
dtype
argument added in NumPy version 1.20.
-
Updated
Mar 27, 2022 - Python
环境
1.系统环境:
2.MegEngine版本:1.6.0rc1
3.python版本:Python 3.8.10
The program stuck at net.load when I was trying to use the MegFlow. I wait for more than 10min and there is no sign of finishing it.
-
Updated
Sep 17, 2021 - Java
Is your feature request related to a problem? Please describe.
Implements classification_report
for classification metrics.(https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html)
Hey Contributor!
Thanks for checking out HyperLearn!! Super appreciate it.
Since the package is new (only started like August 27th)..., Issues are the best place to start helping out, and or check out the Projects tab. There's a whole list of stuff I envisioned to complete.
Also, if you have a NEW idea: please post an issue and label it new enhancement.
In terms of priorities, I wanted
-
Updated
Mar 22, 2022 - Python
-
Updated
Mar 15, 2022 - C++
-
Updated
Mar 20, 2022 - Nim
-
Updated
Mar 6, 2022
Tests for following standard libraries seem to be missing. Although some libraries might be difficult to test (such as random.egi or io.egi), it'd be nice to have some tests that make sure all the functions in these libraries can be (at least) executed without dynamic errors.
-
lib/core/io.egi
-
lib/core/random.egi
-
lib/core/shell.egi
-
lib/core/sort.egi
- Every
-
Updated
Sep 27, 2021 - C++
-
Updated
Mar 12, 2021 - MATLAB
-
Updated
Jan 17, 2022 - Python
-
Updated
Mar 27, 2022 - F#
-
Updated
Mar 24, 2022 - C++
Spike-time decoding
Add a function and module that permits spike-time decoding, as suggested by @schmitts https://twitter.com/sbstnschmtthd/status/1432343373072019461
-
Updated
Feb 6, 2022 - Rust
-
Updated
Feb 7, 2022 - Julia
-
Updated
Nov 6, 2021 - C++
-
Updated
Oct 29, 2021 - OCaml
-
Updated
Feb 16, 2021 - C++
Improve this page
Add a description, image, and links to the tensor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tensor topic, visit your repo's landing page and select "manage topics."
https://github.com/pytorch/pytorch/blob/9270bccaf67022042f42b57b97c7b630b1e05750/torch/utils/data/sampler.py#L86
The optional argument 'num_samples' to the RandomSampler class is listed as type Optional[int], but it is not optional, as an exception is raised if an int is not passed in:
https://github.com/pytorch/pytorch/blob/9270bccaf67022042f42b57b97c7b630b1e05750/torch/utils/data/sampler.p