Skip to content
#

gpu

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

hanbaoan123
hanbaoan123 commented Feb 24, 2020

Issue Description

When I run the example cartpole with the default parameters, it can not converge to the max reward 200, I wonder what went wrong.
360截图20200224095510956

Version Information

Please indicate relevant versions, including, if relevant:

  • Deeplearning4j versi
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

auphofBSF
auphofBSF commented Aug 21, 2019

A more consistent and multi-functional global level of verbosity control,
suggest an enhancement that will see print(...) in project be converted to using the python logging. module

import logging
#Then instead of print() use either
logging.info(......)
#or
logging.debug(.....)
#or
logging.warning(....)
#or
#logging.error()

In that way verbosity can be globally

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 Jun 4, 2020
  • Jupyter Notebook
gfx
nyanpasu64
nyanpasu64 commented Apr 28, 2020

Short info header:

  • GFX version: v0.5.0
  • OS: Windows 10 x64
  • GPU: AMD Radeon(TM) RX Vega 10 Graphics

I'm trying to build and run rawrscope. When I run it, it calls wgpu which calls gfx-rs in DX12 mode. When I run rawrscope (the application), during startup, it calls wgpu::Device::create_bind_group, causing gfx-backend-dx12 to panic from an as

cfregly
cfregly commented Apr 17, 2019
  File "/root/miniconda3/bin/pipeline", line 11, in <module>
    sys.exit(_main())
  File "/root/miniconda3/lib/python3.7/site-packages/cli_pipeline/cli_pipeline.py", line 5734, in _main
    _fire.Fire()
  File "/root/miniconda3/lib/python3.7/site-packages/fire/core.py", line 127, in Fire
    component_trace = _Fire(component, args, context, name)
  Fil
cli
abadams
abadams commented Mar 19, 2020

It tells you to get version 3.0 of the SDK, which doesn't have libwrapper.so, so you get an unhelpful failure to find halide_hexagon_remote_load_library (because init_hexagon_runtime doesn't check if host_lib is non-null). This is hard to debug, because host_lib is null not because libhalide_hexagon_host.so isn't found or isn't in the path (it is!) but because a dependent library - libwrapper.so -

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
jrhemstad
jrhemstad commented Jul 10, 2019

Is your feature request related to a problem? Please describe.
According to the Arrow spec:

Bitmaps are to be initialized to be all unset at allocation time (this includes padding).

This would imply that bits outside the range [0, size) should always be zero. However, in cuDF/libcudf, we take a more conservative approach and say that bits outside [0,size) are undefined in order to a

ShadenSmith
ShadenSmith commented Feb 21, 2020

DeepSpeed's data loader will use DistributedSampler by default unless another is provided:

https://github.com/microsoft/DeepSpeed/blob/001abe2362d9edba062070fb05df40925f54cb3e/deepspeed/pt/deepspeed_dataloader.py#L43

If DeepSpeed is configured with model parallelism, or called from a library with a sub-group of the world processes, the default behavior of DistributedSampler is incorrect

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.