-
Unfortunately, this error is not so easy to clearly reproduce and I'm not sure if it's a jupyter issue or an iPython kernel issue or maybe even due to the other libraries I'm using... But since it can…
-
Transductive learning is very common, e.g., node classification on Cora, Citeseer, and Pubmed. I intend to analyze the GNN models, e.g., 2-layer GCN, in the NTK regime.
As I have utilize `neural_ta…
-
I have built a custom layer (`KerasLayer`) using `class` in python (say `class NewLayer`). Can I use something like `stax.NewLayer` for manipulating `neural-tangents` on this custom layer?
-
I train network on my single custom object, and i got a weights file with size of 255Mb.
For example file size yolo9000.weights is 186Mb, but it contain weights of 9000 objects.
Can anybody explai…
-
hi, as you know Intel prepared a Library named Intel® Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN) for tenserflow , but this library implement on Anaconda only . how we can use MKL…
-
Currently I'm testing mimalloc for our internal neural network inference engine. I'm using the overriding method (linking mimalloc-override.lib). Error 0xC000005 is reported by MSVC.
Our engine use…
-
For the life of me I can't seem to get this thing to install on Kernel 6.8.12 with an 155H processor. Can somebody confirm whether its supposed to be supported at this juncture.
I haven't been abl…
-
Hi,
I made a fork of this repo (https://github.com/nexuslrf/pointnerf/tree/master/models/neural_points/c_ext) and replaced all pycuda modules with torch extension, the CUDA kernels are almost the s…
-
Currently ezmsg-sigproc has [`SampleTriggerMessage`](https://github.com/ezmsg-org/ezmsg-sigproc/blob/c6f9427c50d6bd4938cc4705bcca1868d762b589/src/ezmsg/sigproc/sampler.py#L16-L25).
```Python
@data…
-
## Detailed Description
Currently, the graph neural network library dependencies don't support TPUs with pytorch geometric, or don't seem to at least because of custom kernels. We could add a Jax…