-
Updated
Mar 17, 2021 - C++
Computer vision
Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding of digital images and videos.
Here are 12,557 public repositories matching this topic...
-
Updated
Jan 16, 2021
-
Updated
Mar 17, 2021 - Python
-
Updated
Feb 12, 2021 - C++
-
Updated
Mar 13, 2021 - C
-
Updated
Mar 17, 2021 - Python
-
Updated
Mar 12, 2021 - Jupyter Notebook
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
-
Updated
Mar 16, 2021
-
Updated
Feb 2, 2021 - Python
-
Updated
Mar 16, 2021 - C++
When run
bazel run --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/hello_world:hello_world
Downloading org_tensorflow will time out.
I want use the pre-downloaded org_tensorflow by putting the tar.gz file in the .cache corresponding directory, but it didn't work.How should I operate it correctly?
-
Updated
Aug 3, 2020 - Lua
-
Updated
Mar 15, 2021 - C++
-
Updated
Dec 16, 2020 - Go
Current pytorch implementation ignores the argument split_f in the function train_batch_ch13 as shown below.
def train_batch_ch13(net, X, y, loss, trainer, devices):
if isinstance(X, list):
# Required for BERT Fine-tuning (to be covered later)
X = [x.to(devices[0]) for x in X]
else:
X = X.to(devices[0])
...Todo: Define the argument `
-
Updated
Mar 12, 2021
-
Updated
Nov 29, 2020 - Python
-
Updated
Mar 9, 2021
Update datasets URLs
🚀 Feature
Update dataset URLs.
Motivation
Our download tests have identified a number of dataset URLs that are no longer up to date. They are listed in the warnings summary section:
Pitch
We should update them.
cc @pmeier
-
Updated
Aug 5, 2020 - Lua
-
Updated
Mar 16, 2021 - C++
-
Updated
Mar 16, 2021 - Python
-
Updated
Mar 12, 2021 - Jupyter Notebook
-
Updated
Mar 17, 2021 - Python
-
Updated
Aug 26, 2020 - C#
-
Updated
Mar 16, 2021 - Python
-
Updated
Mar 17, 2021
-
Updated
Oct 11, 2019