Skip to content
#

nvidia

Here are 537 public repositories matching this topic...

rverrall
rverrall commented Jul 26, 2019

It should be ssd-inception-v2, however in the objection detection table it shows ssd-inception-v1 which doesn't work!

SSD-Inception-v2 ssd-inception-v1 SSD_INCEPTION_V2
dantegd
dantegd commented Dec 7, 2019

Describe the bug
The target clean of the root build.sh script should clean all build artifacts of a build made with the standard names and folder paths. Currently it erases almost everything, but fails to delete the cythonized files of the .pyx source files, like python/cuml/cluster/dbscan.pyx. The script should erase those artifacts as well to trigger a "re-cythonization" of all file

QuantumFractal
QuantumFractal commented Mar 23, 2019

From Notebook 5, cell 2

if os.path.basename(os.getcwd()) != 'PConv-Keras':
    os.chdir('..')

from libs.pconv_model import PConvUnet
from libs.util import random_mask, ImageChunker

%load_ext autoreload
%autoreload 2

No such code is found.

I was able to get it to work by using MaskGenerator, I'm assuming you cleaned up the mask generation code then didn't update

jamesyoungdigital
jamesyoungdigital commented Dec 25, 2018

It's been a while and I'm still finding it hard to achieve some simple results with OpenCL, either OpenCL C, PyOpenCL or others (tried CUDA). I'd like to try OpenACC, but good luck finding it targeting OpenCL :)

Some general examples that also comment on memory, work items, work groups, queues and atomics if possible (apparently it's not possible to use a mutex or lock up regions if there's sh

Improve this page

Add a description, image, and links to the nvidia 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 nvidia topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.