auxten

Results 19 comments of auxten

> any progress ? you can just use [my fork version](https://github.com/CovenantSQL/go-sqlite3-encrypt).

It okay in my test: ```golang package main import ( "fmt" "log" "github.com/auxten/postgresql-parser/pkg/sql/parser" "github.com/auxten/postgresql-parser/pkg/sql/sem/tree" ) func main() { sql := ` SELECT COUNT ( * ) FROM pg_class C LEFT...

Can you provide the full SQL? Which database and version does this SQL run on?

Add pre-processed feature table [movielens.db.zip](https://github.com/auxten/edgeRec/files/9895974/movielens.db.zip)

Add movielens 20m with pre-processed user behavior and user feature https://huggingface.co/datasets/auxten/movielens-20m/blob/main/movielens-20m.db.zip

I think it's pretty difficult(impossible) to import a model trained by other frameworks to gorgonia. For now, gorgonia build the computing graph arch in golang, the Forward and Backprop behavior...

For SQL lineage toolkit check https://github.com/auxten/go-sql-lineage

I have never used redisai, to figure out what's going wrong, show your code maybe?

First, I don't know if anyone tried filling the gorgonia graph with PyTorch trained weight. Since gorgonia never guaranteed the implementation here is identical to any other framework. But it...