Arthur Breitman
Arthur Breitman
It would be a neat feature if, every time you see a page with tabular data (e.g. contracts related to an address, operations with an account, etc), you had a...
Einstein summation generalizes most tensor operations (product, matrix multiplication, etc).
Add arch for 256x256 images in discriminator and fix off-by one in arch[256] attention parameter. Taken from https://github.com/ajbrock/BigGAN-PyTorch/issues/40
I had an instance of Kukai opened in both Firefox and Chrome, and every transaction that happened after I loaded the pages (either incoming or outgoing) was only reflected in...
Tried to interact with KT1RA48D7YPmS1bcpfhZKsN6DpZbC4oAxpVW using a ledger and Galleon. I did not set the gas limit and storage limit assuming they would be evaluated based on a dry run....
Currently, generation is done by recomputing every activation after a token is added to the prompt. Normally, one would want to cache the intermediate activations to avoid recomputing them every...
If I'm reading correctly, this is the function to add_texts to Chroma ``` def add_texts( self, texts: Iterable[str], metadatas: Optional[List[dict]] = None, ids: Optional[List[str]] = None, **kwargs: Any, ) ->...
1. When filtering accounts based on their script, the current interface enumerates **all existing scripts** as options. This is already unwieldy and will become unmanageable in the future. 2. Even...