Skip to content
#

tensor

Here are 378 public repositories matching this topic...

Logigo
Logigo commented Mar 24, 2022

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

good first issue module: typing triaged
danielhanchen
danielhanchen commented Aug 29, 2018

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

help wanted good first issue
norse

Improve this page

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

Learn more