-
Hi!
Really nice and interesting work!
I was having a look at the code to better understand the bilinear classification step for srl (`srl_bilinear` method of `output_fns` (line 169)).
Why do you …
-
Hello,
I have been trying to execute the script “_exp/exps_Numbers.sh_” to reproduce the results for the MNIST-SVHN based Numbers dataset. However, I have been running into a few issues and would a…
-
Traceback (most recent call last):
File "run_classifier.py", line 24, in
File "/home/mlp/xxl/nlp_bert/bert_ner/bert_ner/modeling.py", line 27, in
import tensorflow as tf
File "/home/ml…
xxllp updated
5 years ago
-
Dear author,
Thank you so much for providing the pretrained weights. I tried to load the pretrained weights (i.e. bat_1_1_0_e6_loss_0_aug_1 and bat_valid_1_1_0_e6_loss_0_aug_1 ) to test images and me…
-
Thanks for your share, and it's a good job. However when I test the trump.mp4 with the supplied mlp.pkl, I found some error results and the prob is very high. Is there something wrong with me? or how …
-
I've revised the setting.py as below, but when running marker or marker_single, still it works under CPU mode.
----reivsion ---
line10:
class Settings(BaseSettings):
# General
TORCH_DEV…
-
Only unseen=8.8357, seen=87.9500, h=16.0581,
unseen class accuracy= 64.2205472255
May I ask which hyper parameter would influence the result so much?
-
Hi,
I've been looking into doing transfer learning with the model for a task similar to lip-reading, but slightly different.
For a given video with people speaking, I need to predict the mouth s…
-
Could anyone have a look? Thanks.
```
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "nn.py", line 5, in
from sknn.mlp import Clas…
-
Build Python modules to:
- [x] negatively sample facts (each fact is 3 numbers) from SVO dataset (n_neg_facts, sampling_params?)
- [x] compile datasets using specified numbers/ratios of true & fal…