Skip to content
#

gpu

Here are 1,529 public repositories matching this topic...

alacritty
chrisduerr
chrisduerr commented Feb 6, 2020

If a block selection includes the end of a line, not only the block selection but also the newline characters from the end of the line are inserted.

Additionally, when the selection goes from the start of the line to the end of the line and a line wraps around, the line is not copied correctly but instead broken across multiple lines.

It should be fairly simple to fix this, by only appending

masterleinad
masterleinad commented Dec 6, 2019

The steps for updating the repository keys for RHEL-based distributions in https://nvidia.github.io/nvidia-docker/ should read:

$ DIST=$(sed -n 's/releasever=//p' /etc/yum.conf)
$ DIST=${DIST:-$(. /etc/os-release; echo $VERSION_ID)}
$ sudo rpm -e gpg-pubkey-f796ecb0
$ sudo gpg --homedir /var/lib/yum/repos/$(uname -m)/$DIST/*/gpgdir --delete-key f796ecb0
$ sudo gpg --homedir /var/lib/
toslunar
toslunar commented Nov 8, 2019

Sphinx (2.2.1 or master) produces the following two kinds of warnings in my environment.

duplicate object description

I think cross refs to such object is ambiguous.

autosummary: stub file not found

There are

  • chainer.dataset.Converter base class and
  • chainer.dataset.converter decorator.

Therefore the filesystem has to allow to store `chainer.dataset.Conver

Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Feb 21, 2020
  • Jupyter Notebook
gfx
edap
edap commented Nov 25, 2019

I receive this error message:

   Compiling wgpu v0.4.0 (/Users/da1/Sources/rust/wgpu-rs)
    Finished dev [unoptimized + debuginfo] target(s) in 6.35s
     Running `target/debug/examples/cube`
2019-11-25 14:56:16.620 cube[16426:135436] -[MTLIGAccelBuffer addDebugMarker:range:]: unrecognized selector sent to instance 0x7fdfe35a14c0
[2019-11-25T13:56:16Z ERROR relevant] Values of this ty
mikewoodworth
mikewoodworth commented Feb 13, 2020

trying to invoke GPU tutorial on macOS Catalina, errors with the following output:

Running pipeline on CPU:
Running pipeline on GPU:
Target: x86-64-osx-avx-avx2-f16c-fma-metal-sse41
Testing GPU correctness:
Error: Metal: cannot allocate system default device.
Abort trap: 6

jankrynauw
jankrynauw commented Jun 6, 2019

We would like to forward a particular 'key' column which is part of the features to appear alongside the predictions - this is to be able to identify to which set of features a particular prediction belongs to. Here is an example of predictions output using the tensorflow.contrib.estimator.multi_class_head:

{"classes": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
 "scores": [0.068196
umar456
umar456 commented Jan 21, 2019

Current implementation of join can be improved by performing the operation in a single call to the backend kernel instead of multiple calls.

This is a fairly easy kernel and may be a good issue for someone getting to know CUDA/ArrayFire internals. Ping me if you want additional info.

travelcms
travelcms commented May 17, 2019

Hi,

I try to understand Deepdetect right now, starting with the Plattforms Docker container.
It looks great on pictures, but I have a hard time right now using it :)

My Problem: The docs seems to step over important points, like using JupyterLab. All examples shows the finished Custom masks, but how do I get them?

Is there something missing in the docs?

Example: https://www.deepdetec

Improve this page

Add a description, image, and links to the gpu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gpu topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.