HackerTrans
トップ新着トレンドコメント過去質問紹介求人

iamlemec

no profile record

投稿

Gum – a graphics language for humans and LLMs

compendiumlabs.ai
2 ポイント·投稿者 iamlemec·2 か月前·0 コメント

コメント

iamlemec
·3 年前·議論
Thanks, looks really interesting. Do functions like matmul support inputs of differing type, like say A=int8 and B=float? Would be nice if you could get memory efficient quantized matmul with operator fusion.
iamlemec
·3 年前·議論
I believe `count` will only give you the number of non-null rows, so the numbers from the first command could differ by column if there were null values. You can also use the `size` command to get the total number of rows, and that will return a `pd.Series` with or without a column specifier.