William Hicks

Results 58 issues of William Hicks

**Is your feature request related to a problem? Please describe.** It is useful to allow users to load a model into FIL at a specified precision regardless of how it...

feature request
? - Needs Triage
inactive-30d

**Is your feature request related to a problem? Please describe.** Currently, `gpu_treeshap` accepts a [const variant](https://github.com/rapidsai/cuml/blob/branch-22.08/cpp/include/cuml/explainer/tree_shap.hpp#L39) rather than a variant of consts for input data. As a result, if a...

feature request
? - Needs Triage
inactive-30d

On 2.x-maintenance, the web client code is currently failing to build because we're getting "Service Unavailable" when trying to access google-webfonts-helper. [Related bug from google-fonts-webpack-helper](https://github.com/gabiseabra/google-fonts-webpack-plugin/issues/21) and [underlying issue](https://github.com/majodev/google-webfonts-helper/issues/46#issuecomment-376187190) suggesting that...

When attempting to run the IQR playground on a batch of images, the train_itq step fails at [this line](https://github.com/Kitware/SMQTK/blob/master/python/smqtk/algorithms/nn_index/lsh/functors/itq.py#L320), probably due to the test [here](https://github.com/Kitware/SMQTK/blob/master/python/smqtk/algorithms/nn_index/lsh/functors/itq.py#L312).

As in the title, calling `self.retry()` within a GW task causes the retried copy to have its girder_client attribute set to `None`.

I'm currently working on a GW task in which I download data from a Girder item, update that data, and then upload back to the item. Obviously, if more than...

It should be possible to create a Docker-managed volume (not a bind-mount) and use it in the context of a girder_worker instance running inside Docker that launches Docker tasks.

enhancement

With nvidia-docker2, the current method for running nvidia-docker images no longer works. As a workaround, docker_run can be given the argument `runtime=nvidia`, but this should be done automatically, and the...

If a plugin fails to load, running `girder-worker -l debug` should print the exception that caused the failure.