-
`
conv = conv2d(input_, kernel_feature_size, 1, kernel_size, name="kernel_%d" % kernel_size)
def conv2d(input_, output_dim, k_h, k_w, name="conv2d"):
with tf.variable_scope(name):
…
-
# character level cnn
- CNNをするときにONEHOTだけじゃなくエンベッティングもやってみる
- CNNのやり方を文字ベースのときも語彙ベースの時みたいにしてみる
- 語彙レベルもやってみる
- その他新しい論文しらべてみる
ytac8 updated
6 years ago
-
### Check duplicate issues.
- [X] Checked for duplicates
### Description
One of the overloads of the function abuses the logic of the class:
https://github.com/root-project/root/blob/224551cf3fc…
-
do u have tested the text feature from char-CNN-RNN and skip-thought? and which is better for generating images?
-
I would like to know how does the output of text embeddings become the input of the StackGAN. I saw the output of the embedding is with a matrix of [1,1024] for 1 text description. Can anyone explain …
-
@hanzhanggit Hello!
Thank you for your contributions on this code.
I'm trying to train this on my own dataset.
I followed reedscot/icml2016, and trained a char-CNN-RNN text encoder.
But it's a .t7…
-
I have been trying to install it from the link below for 3 days now. But my request is still not approved. How can I download it if maybe the author is busy and not looking at my request?
https://dri…
-
I'm building from source on Mac OS 10.11. Used this cmake command:
cmake \
-DVIAME_ENABLE_OPENCV:BOOL=ON \
-DVIAME_ENABLE_VXL:BOOL=ON \
-DVIAME_ENABLE_PYTHON:BOOL=ON \
-DVIAME_ENABLE_YOLO:BOOL=O…
-
Unable to download Flower Dataset for the text embedding (Access Denied).
-
Why should I use `facedetect_cnn` function while `objectdetect_cnn` exists and has a better signature?
**facedetect_cnn signature**:
```cpp
FACEDETECTION_EXPORT int * facedetect_cnn(unsigned ch…