-
Hello, I am trying to use this with my custom dataset. I am using a dataloader (see here https://github.com/kevinzakka/recurrent-visual-attention/issues/18) though even when I cast my image input to F…
-
Hi,
I've synced to the latest master branch (Keras 1.0.5) and am getting the following exception.
`Exception: Error when checking model target: expected activation_2 to have shape (None, 10) but go…
-
Hey, everyone!
I used dapper in the project, and one of the queries is as follows:
```
public class T_Base
{
public int ID { get; set; }
public string Remark { get; set…
-
The output of the bert sentence embeddings are a list of floats, this is not accepted by any mllib classification model.
The output of a VectorAssembler is a udt (user defined type)
```
assemb…
-
##### System information (version)
- OpenCV => 4.1
- Operating System / Platform => ubuntu 18.04 64 Bit
- GPU : Nvidia getfore 1080 ti
##### Detailed description
[ 80%] Built target ope…
-
/kind bug
**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]
Tensorflow serving in kfserving works with a model built by below code(tensorflo…
-
When exporting to CoNLL 2003 the NER tags of a multi-word NER annotation end up being all
I-XYZ
There are missing B-XYZ, all I-XYZ etc. Expected should be B-XYZ I-XYZ
Using: OS: Linux, Java: 13
-
**Question**
Suppose I have three tasks A,B,C each with a corresponding head and loss. What multi-task training strategies are implemented?
-
Hi, I am trying to understand the Winograd Convolution implementation in ACL. As explaind in the paper [Efficient Winograd or Cook-Toom Convolution Kernel Implementation on Widely Used Mobile CPUs](ht…
-
Hey Team,
I am just wondering do you have Convolution1D example available for multi-channel use cases, like for multi-channel sensing data. If not, can you please advise how to make the Convolution…