localminimum / localminimum/QANet

Parameter setting problem

Open
#53 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
985
Forks
297
PR merge metrics
No merged PRs in 30d

Description

1.What is the meaning of config.hidden used in conv(), and why is the value of kernel size =5 in conv() , is it a parameter that needs to be debugged?

![image](https://user-images.githubusercontent.com/24801876/57620649-f74f1500-75bb-11e9-8865-65733fee6f74.png)

2.Is the conv function pre-packaged with tensorflow, or you need to rewrite it by yourself?

3. Is the highway function rewritten by yourself? In the original code of BiDAF, the highway function provided by Seo is different from yours. Have you you already tried it, and the effect of Seo is not good.
![image](https://user-images.githubusercontent.com/24801876/57623245-f8834080-75c1-11e9-8e3c-323267e20904.png)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name any repository files or tests. Start by locating the implementations of conv() and highway(), then compare their parameters with TensorFlow and the referenced BiDAF implementation; done means documenting the meaning of config.hidden, the kernel size, and whether these functions are custom or packaged.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, tensorflow
Domain
machine-learning
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.