jbm

Results 52 comments of jbm

I have a similar question. My understanding is that the output should be a distribution over tokens for each predicted (i.e., "next") output, but I'm wondering how to get an...

Same problem here. Do you ever work this out?

Just to note, I have the same apparent conflict with StoreKit, but the normal fix of just using the module to specify which one I want (e.g., `InAppPurchase.Product`) also fails...

Okay, no, I get it. The main class in InAppPurchase is called InAppPurchase, so you can't actually use the module to narrow the scope... bummer. Only solution was to make...

I've tried several toolchains—dev snapshots from Jan 23rd and 27th, and the 5.3.3 release build from Jan 25—but they all have various, and serious misgivings (`Abort trap 6`, and the...

This definitely seems to be a change for Opset 11. Searching around the repo I don't see any references to an opset version > 10, so I'm assuming this is...

Yes, any news on opset v11 support for onnx-coreml?

I'm also blocked on the same error. Any chance anybody's made a custom layer for this?

In my case the slice was right before output, so I just moved it outside the model (i.e., in Pytorch)—I can slice it in Swift easily enough. The conversion runs...

Hmm... spoke too soon about conversion running okay. That was on my encoder; the generator fails with `Error while converting op of type: BatchNormalization. Error message: provided number axes 2...