James Pirruccello
James Pirruccello
I have an onnx model that expects input in the shape (B, C, S), where S is signal. E.g., `(1, 1, 350)`. When I try to initialize this based on...
## š Bug Using version 0.11 and trying to use Dice with average="none", I get the following error: ```py ValueError: The `reduce` none is not valid. ``` ### Additional context...
Your port still includes `code.google.com/p/graphics-go/*`, rather than referring to itself. This is mostly relevant because of the warning that we now get when we `go get` your package: ``` sh...
I think it's fantastic that you've written a Canny edge detector in Go - thank you for doing this. When I try to run `go test` within my `github.com/robfig/graphics-go/graphics/edge` folder,...
Following usual go idioms, it would be helpful in the documentation to mark objects that can safely be used concurrently from multiple goroutines. As far as I know, only `sqlx.DB`...
Is there a demonstration for how to use this to write a .las file from scratch? The examples show how to write a .las file, but this seems to involve...
[gcsfuse v2.0](https://github.com/GoogleCloudPlatform/gcsfuse?tab=readme-ov-file#new-cloud-storage-fuse-v2) seems to have benefitsānot sure if this is an element of the coreos image that is used or if this can be controlled by dsub. If the latter,...
I have a dsub-executed script that uses environment variables to determine which files to localize from storage using `gsutil` from a large list. (I do this instead of mounting because...
It seems that [gcloud storage](https://cloud.google.com/blog/products/storage-data-transfer/new-gcloud-storage-cli-for-your-data-transfers) will be substantially faster for localization/delocalization vs gsutil. Seems like it would make sense to either apply the shim or to transition to using gcloud...
Workflow that I'm testing: 1. Mount a google storage bucket with gcsfuse 1. Copy a binary from that bucket to the current working directory 1. Make that binary executable 1....