-
Hi Tim,
I just installed cryoCARE on our HPC following the installation procedure "For CUDA 10" and did not meet any errors during the installation.
However, I got the following message when I t…
-
From related papers like UCSGNet https://github.com/kacperkan/ucsgnet/ and DagAmendment https://github.com/eliemichel/DagAmendment, how do you relate the proposal to create procedural parameter constr…
-
Hello,
Is there a way to reproduce the Constrained property optimization experiments from GCPN and GraphAF on torchdrug?
Similarly to the property optimization from https://torchdrug.ai/docs/tutoria…
-
min repro:
```
import torch
@torch.compile(fullgraph=True)
def f(x, y, z, w):
y = torch.ops.aten.addmm(x, y, z)
return y.view(-1).sin()
x = torch.randn(1308, requires_grad=True, dev…
-
Hi!
Recently I did many Profile-Guided Optimization (PGO) benchmarks on multiple projects (including many databases like PostgreSQL, MongoDB, Redis, and many others) - the results are available [he…
-
For example, the Gremlin traversal:
```
g.V().has("INDEXED_PROPERTY", P.within("foo", "bar"));
```
takes time linear in the length of the graph, whereas:
```
g.V().has("INDEXED_PROPERTY", "foo")…
-
Code is in general very readable. From just validating your code I could understand everything. I've got a few recommendations:
0. You can share your collab as well to be readable by anyone and sha…
-
Hello,
I tried to run the demo code with torch=2.1.2 and tensorflow=2.12.0 with cuda=11.8. It shows the error below and the program aborted:
> 2024-05-23 16:32:35.814947: I tensorflow/core/platf…
-
### Description
静态图是否支持运行时更新指定节点权重?类似根据节点名更新权重,load_runtime_state_dict耗时有点大,而且load_graph的静态图调用runtime_state_dict还会报错:AttributeError: 'UNetGraph' object has no attribute '_eager_state_op_names'
### A…
-
Analyze files/packages concurrently. Add '-j' flag.