pytorch
Here are 12,039 public repositories matching this topic...
-
Updated
Jul 3, 2020 - Jupyter Notebook
-
Updated
Sep 3, 2020 - Python
-
Updated
Sep 6, 2020 - Jupyter Notebook
-
Updated
Aug 24, 2020 - Python
-
Updated
Sep 6, 2020 - Python
-
Updated
Aug 6, 2020 - Jupyter Notebook
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with
👍 or be against with👎 . (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!) - Tell us that
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Aug 20, 2020
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
-
Updated
Sep 4, 2020 - Jupyter Notebook
-
Updated
Sep 6, 2020 - Python
-
Updated
Sep 5, 2020 - C++
-
Updated
Sep 6, 2020 - Python
more details at: allenai/allennlp#2264 (comment)
[Bug] - Output type of QuantizeLinear operator should be uint8_t if y_zero_point is not provided
Spawned off https://github.com/onnx/onnx/pull/2772/files/7ab93cc1b635eada330dae7424d4ff7e8c22c295#r440422245, opening issue to track resolution
-
Updated
Sep 5, 2020 - Python
-
Updated
Sep 4, 2020 - Python
-
Updated
Jul 13, 2020 - Jupyter Notebook
🚀 Feature
Create the metric MulticlassAUROC to allow for the AUROC metric to be used in multi-class problem settings. Or,
Expand the AUROC metric to support multi-class data, which would also directly solve this AUROC bug that instead gives a random value when used in multi-class problems: https://github.com/PyTorchLightning/
-
Updated
Sep 6, 2020 - Python
-
Updated
Sep 6, 2020 - Python
-
Updated
Aug 15, 2020 - Jupyter Notebook
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni
-
Updated
Sep 6, 2020
-
Updated
Jul 5, 2020 - Python
To begin I tried logging in with GitHub and also creating an account on the pyro forums, but neither of those is working.
Problem
I need to fit a batch of four independent Gaussian Processes and I don't want to have to use for loops for fitting each one. The current GP's are able to broadcast properly to my outputs, but I can't batch them so that the inputs are independent.
My input d
-
Updated
Jan 31, 2019 - Python
Improve this page
Add a description, image, and links to the pytorch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pytorch topic, visit your repo's landing page and select "manage topics."
modeling_longformer.pyhas the classesLongformerForSequenceClassification,LongformerForMultipleChoiceandLongformerForTokenClassificationwhich are not present inmodeling_tf_longformer.pyat the moment.Those classes should be equally added to
modeling_tf_longformer.py.Motivation
The pretrained weights for TFLongformer are available so that these