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

Is there a recommended approach to extract embeddings for the starting and ending regions? #43

Open
santule opened this issue May 21, 2024 · 0 comments

Comments

@santule
Copy link

santule commented May 21, 2024

The input sequence length of 196,608 bp is given as the input sequence to the network. Out of which the embeddings are extracted for the middle 114,688 bp region mapped to 876. That means that extracting the embeddings from region 0 to 196,608 would miss out on the starting 40,960 bp embeddings. So how should we extract the embeddings for region 0 in the input sequence? Is there a recommended approach.

Thanks

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

1 participant