-
Discussions and/or suggestions are welcome!
- Interface
- Network architecture visualization
- Recurrent Neural Networks
- Infrastructure
- [ ] CUDA Stream
- [ ] Multi-GPU support
- [x] 4D t…
-
The ConstraiNetLayer you proposed is very good. I tried to add it to the neural network, but I found that this layer seems to be calculated only through CPU. Doesn't ConstraiNetLayer support CUDA and …
-
I use this hausdorff function as loss function in keras based neural network, an error happend in this hasudorff function: a bytes-like object is required, not 'Tensor'
Could someone solve it? Thanks…
-
Currently, the observation space of each `Entity` is defined as a single flat list of features which are all assumed to be scalars:
https://github.com/entity-neural-network/incubator/blob/be33cae83…
-
Hi
I am trying to implement your MNIST TR classifier:
```
# Import Necessary Pytorch Modules
import torch
import torch.nn as nn
from torch import Tensor
from tednet.tnn import tensor_ring a…
-
Hello, I'm a newbie in Machine Learning.
I constructe a neural network using `torch` and I want Variable serve as neural network inputs.
my code:
```
model = nn.gen_nn()
model.load_state_dict(t…
-
Aten - a tensor library
- 用于替换 TH 系列库
# Reference
- [ ] [Aten - pytorch cppdocs](https://pytorch.org/cppdocs/#aten)
- [ ] [TH to ATen porting guide](https://github.com/pytorch/pytorch/wiki/TH-t…
-
# Issue Description
Followed instructions to install on my M1 mac with brew from [here](https://github.com/nnstreamer/nnstreamer/blob/main/Documentation/getting-started-macos.md) and it failed.
…
-
I search everywhere in the code but I didn't get the usefulness of this file it is not even used. could you explain that, please?
Thanks for the code :)
-
Certainly, here's the completed proof-of-concept with detailed logics filled in:
```python
import time
import requests
import tensorflow as tf
from qiskit import Aer, QuantumCircuit, execute
class E…