pytorch
Here are 7,579 public repositories matching this topic...
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
Aug 24, 2020 - Python
-
Updated
Sep 12, 2020 - Python
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 18, 2020 - Python
-
Updated
Sep 16, 2020 - Python
more details at: allenai/allennlp#2264 (comment)
-
Updated
Sep 18, 2020 - Python
-
Updated
Sep 18, 2020 - Python
🚀 Feature
Enable training purely based on number of iterations instead of epochs
Motivation
This can be useful for certain training runs. Without this feature, the user must set an unreachably high value for max_epochs and set max_steps to the desired iteration count. With this setup, the trainer will break from the training loop based on max_steps since we'd never reach `max_e
-
Updated
Sep 15, 2020 - Python
-
Updated
Sep 18, 2020 - Python
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
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
-
Updated
Sep 18, 2020 - Python
-
Updated
Sep 10, 2020 - Python
-
Updated
Aug 29, 2020 - Python
-
Updated
Sep 8, 2020 - Python
-
Updated
Jul 17, 2020 - Python
-
Updated
Aug 14, 2020 - Python
-
Updated
Jun 25, 2020 - Python
Please can you train ghostnet.
(i don't have the imagenet dataset)
-
Updated
Sep 4, 2020 - Python
-
Updated
Sep 8, 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."
Currently we have a mixture of negative and positive formulated arguments, e.g.
no_cudaandtraininghere: 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_cudatocuda. These arguments should