PyTorch
PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Facebook's AI Research lab.
Here are 22,578 public repositories matching this topic...
-
Updated
Jul 1, 2022 - Python
-
Updated
Jun 29, 2022 - Jupyter Notebook
-
Updated
Jul 1, 2022 - Python
-
Updated
Jun 26, 2022 - Python
This is a nice first issue:
Add types/docments to the Learner.get_preds function. This function is essential to any fastai user and has almost no documentation. Add types and text to the variables as we have in many places now.
文本中如果有数字读不出来
Reporters do not apply sort_by_metric if metric is passed through tune.run.
I tried to pass metric argument to CLIReporter, however, I obtained this error:
raise ValueError(
"You passed a `metric` or `mode` argument to `tune.run()`, but "
"the reporter you are using was already instantiated with their "
"own `metric` and `mode
https://github.com/open-mmlab/mmdetection/blob/7a9bc498d5cc972171ec4f7332afcd70bb50e60e/tools/analysis_tools/coco_error_analysis.py#L43
This I believe is for coco format, but I couldn't find any files for plotting precision or precision vs recall chart for pascal voc format.
-
Updated
Jun 7, 2022 - Python
-
Updated
Jun 28, 2022 - Python
Hi, I see that is_last_batch trainer property isn't documented in https://pytorch-lightning.readthedocs.io/en/stable/common/trainer.html#properties.
I was lucky to find it here.
I feel it would be helpful to have all properties listed there.
Thanks.
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Apr 28, 2022 - Python
-
Updated
Jun 30, 2022 - Python
-
Updated
Mar 25, 2022 - Jupyter Notebook
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
-
Updated
Jun 23, 2022 - Python
🚀 Feature
Motivation
paper "LEARNING TO REPRESENT PROGRAMS WITH GRAPHS" which encode computer programs as graphs, with rich semantic information, however, most code implementation on this dataset VarMisuse is based on TensorFlow, like [tf-gnn-samples](https://github.com/microsof
-
Updated
Jul 1, 2022 - C++
Although the results look nice and ideal in all TensorFlow plots and are consistent across all frameworks, there is a small difference (more of a consistency issue). The result training loss/accuracy plots look like they are sampling on a lesser number of points. It looks more straight and smooth and less wiggly as compared to PyTorch or MXNet.
It can be clearly seen in chapter 6([CNN Lenet](ht
Hello,
Thanks you for this library .
I was using it and I had one edge case. my home folder name ends with .py it is /home/espoir.py so anytime I am running the code to load a local module this code here it is failing because after splitting it is trying to save the code
-
Updated
Apr 28, 2022
We should sort imports with isort to keep the import section clean
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Jun 30, 2022 - Python
-
Updated
Jun 10, 2022 - Python
-
Updated
Jun 22, 2022 - Python
-
Updated
Jul 1, 2022 - Python
Created by Facebook's AI Research lab (FAIR)
Released September 2016
Latest release 4 days ago
- Repository
- pytorch/pytorch
- Website
- pytorch.org
- Wikipedia
- Wikipedia
Feature request
Is the addition of the 'OPTforSequenceClassification' class scheduled?
Is someone handling it?
When adding these functions, I wonder if it is possible to PR one by one, or if I have to PR all classes supported by other models.
Motivation
Added function of OPT class, which is being actively discussed recently
Your contribution
I personally use the forSequenceCla