Robin Sloan

Results 8 issues of Robin Sloan

I welcome your thoughts 😅 For my part, I feel like it is too complicated. Maybe it's exactly as complicated as it needs to be... but, if you identify anything...

While trying to create a more minimal Rust example, I kept getting an error on ``` let addr = node.addr_get(net_id); ``` with the message from Rust: "invalid IP address syntax"....

The scale flag in the example training commands in README didn't match what was in the code -- just a quick fix!

### What version of `Wrangler` are you using? 2.0.15 ### What operating system are you using? Mac ### Describe the Bug I have a worker, authored in Typescript, that responds...

blocked
bug
internal

* [X] I have checked the [Common Problems](https://github.com/kickscondor/fraidycat/wiki/Common-Problems) page. * [X] I have searched the issue tracker for a bug that matches the one I want to file, without success....

bug

This question is going to reveal my Torch ignorance, but I'm hoping there's a simple/quick solution. I've implemented a simple beam search for `torch-rnn` but, because I don't know how...

Hi there: excuse the very basic question, but what's a reasonable vocabulary size for this model? Running my current corpus through the script's preprocessing step, I get ~1M words, which...

I mentioned this in the [JS Buy SDK repo](https://github.com/Shopify/js-buy-sdk/issues/975#issuecomment-1982602207) but I'm now realizing this might be a better place for it: I'm looking to use [bundles](https://help.shopify.com/en/manual/products/bundles) in my BuyButton.js-powered store....