Skip to content

Yhlee #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: yhlee
Choose a base branch
from
Open

Yhlee #2

wants to merge 4 commits into from

Conversation

LEEYOONHYUNG
Copy link
Collaborator

  1. epsilon을 std와 distrib 둘다 더해주었습니다.

  2. model.py에서 t, f방향으로 나눠주는 방법이 제가 이해한 바랑 살짝 다른 거 같아요.
    self.f_div = f_div[hp.n_tiers], self.t_div = t_div[hp.n_tiers]를
    self.f_div = f_div[hp.n_tiers+1], self.t_div = t_div[hp.n_tiers+1]로 바꿨습니다.
    확인 한번 부탁드려요.

  3. model.py랑 tier.py에 sample 함수 구현해봤습니다.
    그런데 autoregressive하게 만들려니까 sample만 하는데도 시간이 엄청 오래 걸리고
    시간을 조금만 길게 줘도 메모리가 터지는 등 이슈가 좀 많네요 ㅠㅠ

Rick-McCoy pushed a commit that referenced this pull request Nov 3, 2019
Merging Deepest-Project master into swpark.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant