pytorch
Here are 18,214 public repositories matching this topic...
-
Updated
Oct 16, 2021 - Python
-
Updated
Oct 18, 2021 - Jupyter Notebook
-
Updated
Oct 16, 2021 - Python
-
Updated
Oct 18, 2021 - Jupyter Notebook
-
Updated
Oct 19, 2021 - Python
Dear all,
I hope to find you well. The current codebase is totally closed and it is impossible to retrieve all the metrics computed. Allow all metrics to be returned inside dataset.evaluate
. For instance, currently, we cannot get the map
per class that is printed inside [eval_map
](https://github.com/open-mmlab/mmdetection/blob/414c62cb12d1b0ebf6151a697a32b84adc269ca4/mmdet/core/evaluati
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Sep 30, 2021 - Python
Proposed refactoring or deprecation
Current names:
pytorch_lightning/plugins/precision/
├── apex_amp.py
├── deepspeed_precision.py
├── double.py
├── fully_sharded_native_amp.py
├── ipu_precision.py
├── mixed.py
├── native_amp.py
├── precision_plugin.py
├── sharded_native_amp.py
├── tpu.py
└── tpu_bfloat.py
Motivation
Had to choose this when working on
-
Updated
Oct 12, 2021 - Jupyter Notebook
-
Updated
Oct 20, 2021 - Python
-
Updated
Oct 19, 2021 - Python
Change tensor.data
to tensor.detach()
due to
pytorch/pytorch#6990 (comment)
tensor.detach()
is more robust than tensor.data
.
-
Updated
Oct 19, 2021 - C
-
Updated
Oct 15, 2021 - Python
-
Updated
May 2, 2021
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Oct 19, 2021 - Python
Bug Report
Describe the bug
An ONNX model with QuantizeLinear (opset 13) passes shape inference when it has no input for zero_point, but fails if the input is the empty string. Trailing optional inputs should be able to be expressed in either way.
onnx version 1.10.1
-
Updated
Oct 20, 2021 - Python
-
Updated
Oct 18, 2021 - Python
Is your feature request related to a problem? Please describe.
I typically used compressed datasets (e.g. gzipped) to save disk space. This works fine with AllenNLP during training because I can write my dataset reader to load the compressed data. However, the predict
command opens the file and reads lines for the Predictor
. This fails when it tries to load data from my compressed files.
Discussed in microsoft/nni#4070
Originally posted by ZhiyuanChen August 14, 2021
[2021-08-14 10:13:41] INFO (NNIDataStore) Datastore initialization done
[2021-08-14 10:13:41] INFO (RestServer) RestServer start
[2021-08-14 10:13:41] INFO (RestServer) RestServer base port is 8080
[2021-08-14 10:13:41] I
-
Updated
Oct 18, 2021 - Python
-
Updated
Oct 19, 2021 - Python
-
Updated
Jul 25, 2021 - Jupyter Notebook
-
Updated
Mar 14, 2021 - Jupyter Notebook
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."
Environment info
transformers
version: 4.11.3