Skip to content
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

Need help with understanding the code #2

Open
richielo opened this issue Jul 30, 2018 · 1 comment
Open

Need help with understanding the code #2

richielo opened this issue Jul 30, 2018 · 1 comment

Comments

@richielo
Copy link

Hi @ymym3412 ,

Thank you for the great work. Sorry if I sound ignorant. but I am trying to understand how the code works thoroughly

May I ask what do the following lines do in the main_reconstruction script? Thanks a lot for your help in advance.

t1 = args.sentence_len + 2 * (args.filter_shape - 1)

t2 = int(math.floor((t1 - args.filter_shape) / 2) + 1) # "2" means stride size

t3 = int(math.floor((t2 - args.filter_shape) / 2) + 1) - 2
@rachida-ly
Copy link

bonjour s'il vous plais j'ai pas trouver data de ce projet

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

No branches or pull requests

2 participants