Sasha Rush

Results 119 comments of Sasha Rush

That's awesome Tariq! Really nice. I think Apache 2 sounds good to me. Can we help in anyway? It would be nice if we were able to keep them in...

Sounds great. I definitely think it makes sense to try to get the CIFAR number up to the high 80s are so. I wonder if it is worth trying to...

Thanks, this is a thoughtful point. I will see if I can add some more text and examples here. Discretization is pretty important for these models.

This got a bit more ambitious. Tried to mimic the visitor pattern for shapes as well and move that to the backend. Also realized we weren't importing the types from...

Okay, think I got these. The issue seems to be that Tikz is extremely sensitive to boundary points. The recommendation is to close on line segments if possible. https://tex.stackexchange.com/questions/350015/how-can-i-close-a-path-made-of-arcs ![image](https://user-images.githubusercontent.com/35882/183676118-240fec95-9f02-4174-ab59-bed48dc36015.png)...

> I guess that is what you mean by "higher DPI", right? I guess the problem is that height also controls line thickness now. It would be nice if that...

Think we are converged here. Going to merge this in and add issues for: * `Arc` arguments * Rounded rect implementation and example (arrows to corners) * Changes to PNG....

For some reason this works. Pretty mysterious. ```python from __future__ import annotations from abc import ABCMeta, abstractmethod from dataclasses import dataclass from typing import List, TypeVar, Generic, Type A =...

Yeah it looks like diagrams converts splines to bezier curves internally. Guess splines are easier for users. No I don't actually need splines. Bends are enough for me. Just seemed...

General purpose attention-ocr implementation will live here http://github.com/opennmt/im2text as part of http://opennmt.net .