-
Hi team,
i was trying to convert (BILSTM + CRF) network from keras to onnnx . i am getting following error
with keras2onnx (1.6.5) and keras (2.3.1) and tensorflow(2.0)
..........................…
-
Hi,
I recently trained an LSTM-with-attention based model using the following hparams:
python3.6 -m nmt.nmt \
--attention=luong \
--src=r --tgt=p \
--vocab_prefix=/home/hisham/nmt…
-
Hello, I'd like to try your code on a dataset that has about 400 examples and 10 features per example.
I seem to have understood that your code assumes data with 2 features? Or can it work on data …
-
I am trying to implement a model using the bayesian lstm layer given I already have a model that relies on lstm and it gets good results for a classification task.
When I use the bayesian layer the l…
-
Related to #1616
Full error log can be found [here](https://gist.github.com/mmz33/0f0b895243aabf0bd6b3b970d669a52e)
Error:
```
EXCEPTION
Traceback (most recent call last):
File "/u/zein…
mmz33 updated
1 month ago
-
Hi, thanks for your amazing work.
I have a (maybe naive) question about the order of the input arguments in the KL term of your loss. I thought that when you have a fixed distribution (such as the …
-
Hi,
i am attempting to build a equivariant Variational Encoder-Decoder framework.
For this I am using R2Conv() and R3(Conv) layers in the encoder with trivial-representation input & output and …
-
`read_stan_csv` becomes very slow once models have thousands of parameters, with the bottleneck occurring at the read stage (see e.g. https://github.com/paul-buerkner/brms/issues/1331). A very simple…
-
When running
```bash
python qnIPV_experiment.py --num_init=10 --model=svgp --num_steps=250 --seed=1 --output=malaria_nipv_svgp_1.pt
```
as given in the README.md, I get the following exception:
`…
-
I would like to keep here a list of issues and enhancements to consider for the future
New Features:
- ~Add dynamics~ #1012 (Done)
- ~Add Quantum State Reconstruction~ #1427 (Done)
- Support…