The Wayback Machine - https://web.archive.org/web/20200918003153/https://github.com/topics/pytorch
Skip to content
#

pytorch

Here are 12,188 public repositories matching this topic...

transformers
patrickvonplaten
patrickvonplaten commented Sep 11, 2020

🚀 Feature request

Currently we have a mixture of negative and positive formulated arguments, e.g. no_cuda and training here: https://github.com/huggingface/transformers/blob/0054a48cdd64e7309184a64b399ab2c58d75d4e5/src/transformers/benchmark/benchmark_args_utils.py#L61.

We should change all arguments to be positively formulated, *e.g. from no_cuda to cuda. These arguments should

hellock
hellock commented Jun 7, 2020

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:

  1. Suggest a new feature by leaving a comment.
  2. 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!)
  3. Tell us that
JonTriebenbach
JonTriebenbach commented Sep 2, 2020

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
    
pytorch-lightning
ananthsub
ananthsub commented Sep 11, 2020

🐛 Bug

Model summarize is called in two spots, which results in duplication in the logs:

And I'm unsure how it's called again

![119083522_2815247905426328_3914141584028152470_n](https://user-images.githubusercontent.com/2382532/92856

nni
mileslucas
mileslucas commented Dec 19, 2018

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

Improve this page

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

Learn more

You can’t perform that action at this time.