pytorch
Here are 12,518 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Jupyter Notebook
Add volume Bar
some recordings have low volume so the output can be sometimes really quiet. how about we add a volume bar so we can make the output louder/quieter?
-
Updated
Oct 9, 2020 - Jupyter Notebook
-
Updated
Aug 24, 2020 - Python
-
Updated
Sep 12, 2020 - Python
-
Updated
Sep 11, 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
Oct 10, 2020 - JavaScript
-
Updated
Oct 6, 2020
Change tensor.data
to tensor.detach()
due to
pytorch/pytorch#6990 (comment)
tensor.detach()
is more robust than tensor.data
.
-
Updated
Sep 24, 2020 - Jupyter Notebook
-
Updated
Oct 10, 2020 - Python
-
Updated
Oct 10, 2020 - C++
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 10, 2020 - Python
Bug Report
These tests were run on s390x. s390x is big-endian architecture.
Failure log for helper_test.py
________________________________________________ TestHelperTensorFunctions.test_make_tensor ________________________________________________
self = <helper_test.TestHelperTensorFunctions testMethod=test_make_tensor>
def test_make_tensor(self): # type: () -> None
This docstring suggests that the TestCase class should subclass unittest.TestCase
but it does not do so. Should this be updated or is this intentional?
-
Updated
Oct 11, 2020 - Python
🚀 Feature
Parse the Readme and replace generated badges by downloaded ones
- process in setup.py
- parse all badges from online CI and save them as png (svg is problematic, does not work for all plaforms)
2 replace badges in Readme with the downloaded ones
Motivation
pipy page does not work well with generated badges and also projecting the master state to a given release do
-
Updated
Oct 6, 2020 - Python
-
Updated
Jul 13, 2020 - Jupyter Notebook
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 1, 2020
-
Updated
Oct 3, 2020 - Jupyter Notebook
as the benchmark examples
-
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
Oct 10, 2020 - 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."
The architecture
GPT2ForSequenceClassification
was added in #7501 in PyTorch. It would be great to have it in TensorFlow (cf. issues #7622), but it would also be great to have it for other causal models: OpenAI GPT, CTRL, TransfoXLCurrently working on OpenAI GPT: @fmcurti
Below is a list of items to follow to make sure the integration of such an architecture is com