-
Hi,
tried to use your widget but it crashes.
here where i call it like the example:
Navigator.of(context).push(MaterialPageRoute(
builder: (BuildContext context) =>…
-
Hi @muhanzhang,
I am a master student at NCCU. I saw your SEAL method on OGB link property prediction task, and I am interested in this method. But I have a trivial question, hope you can solve my …
-
Hi there,
Thank you for your implementation of this paper. I have a question of the data preparation.
If I have a network without any feature nodes, just want to get unsupervised network embedding …
-
## 2024 Overview:
The root of this issue for most all flutter customers is that your app is running on physical android hardware that flutter does not support. The "fix" is to not ship your app …
-
Hi!
I am using edge prediction evaluation and LogisticRegressionCVEdgePrediction for my graph, which has the following:
**print(f"Number of edges in graph: {len(graph.get_edge_node_ids(directed=…
-
### Is your feature request related to a problem? Please describe.
There's a subgroup (small, but existent) of VR photo-editors who will often reconstruct depth information from images crudely to cre…
-
### Description
We have two sorts of knowledge graph algorithms:
1. ComplEx, DistMult, ...: using `KGTripleGenerator`, which passes in node and edge type ilocs to look up in embedding layers
2.…
huonw updated
3 years ago
-
Hello, I was looking over the Tensorflow and Pytorch versions of the CPD model and realized they are inconsistent.
In Tensorflow version when we are [converting input to the features](https://gith…
-
Around 3:24:00, we test the app to make sure it is working. At this point, we've integrated embedding the document we upload so it can be used in chatGPT.
One the initial pdf upload, I am getting t…
-
If I want to train model on other dataset, how can I get model parameter file such as 'sbert_x.pt' in the dataset, it seems that there are no code for this.