Simon

Results 5 issues of Simon

Trying to convert an unmodified `torch.nn.LSTM` model through tracing and scripting. Conversion of the traced model works, conversion of the scripted model fails. A self-contained script to reproduce the error...

bug
pytorch
Torch Script
LSTM/RNN

Hi, In order to reproduce the test data of [this article](http://user.it.uu.se/~thosc112/pubpdf/wahlstromksg2013.pdf), I am trying to compute the B-field of a uniformly magnetized sphere. I'm expecting something like the following: Here's...

enhancement

Hi there! Thanks @john-rocky for sharing your work, this repo is really amazing 🙂 I was trying to convert U2Net to CoreML before stumbling on your blog post. You are...

Hi, I am trying to generate some DZSlides pages with Hakyll. Before the bump to Pandoc 2, I was using ```Haskell match "talks/*" $ do route $ setExtension "html" let...

I'm using the following Dockerfile: ```Dockerfile FROM ubuntu:focal ENV DEBIAN_FRONTEND=noninteractive ENV TZ=Etc/UTC RUN apt update RUN apt install -y git nodejs npm usbutils zip RUN git clone https://github.com/balena-os/jetson-flash.git RUN cd...