pytorch
Here are 8,195 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
Oct 20, 2020 - Python
-
Updated
Nov 19, 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
Nov 25, 2020 - Python
-
Updated
Nov 24, 2020 - Python
🚀 Refactoring
As isort has been added to ci in #4242, we now need to apply the formatter step by step i.e. a submodule per PR (recommended in PyTorchLightning/pytorch-lightning#4242 (comment) by @Borda)
Steps
For each PR:
- choose one submodule from below list and apply
isortto it - remove the corresponding line in
pyproject.toml - make
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 25, 2020 - Python
more details at: allenai/allennlp#2264 (comment)
-
Updated
Nov 24, 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
Nov 25, 2020 - Python
-
Updated
Oct 14, 2020 - Python
Currently our non-notebook examples are manually included in the examples webpage via custom .rst files in tutorial/source/. As the number of examples increases, it would be better to follow NumPyro's approach and generate HTML pages automatically with sphinx_gallery. This would make examples easier t
-
Updated
Nov 26, 2020 - Python
-
Updated
Jan 31, 2019 - Python
-
Updated
Aug 29, 2020 - Python
Please can you train ghostnet.
(i don't have the imagenet dataset)
-
Updated
Nov 5, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Jul 17, 2020 - Python
cuda requirement
Is it possible to run this on a (recent) Mac, which does not support CUDA? I would have guessed setting --GPU 0 would not attempt to call CUDA, but it fails.
File "/Users/../Desktop/bopbtl/venv/lib/python3.7/site-packages/torch/cuda/__init__.py", line 61, in _check_driver
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enable
-
Updated
Jun 25, 2020 - Python
-
Updated
Sep 9, 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."
This is a documentation request in order to make it easier to find corresponding examples in the documentation.
Good first issue if you want to get acquainted with the docs and how to build docs using Sphinx!
Current issue
Here's the issue: currently, if one goes to an older documentation version to check the "examples" page, for example, [v2.6.0](https://huggin