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

Outdated test.fasta file #3

Open
ealekseev opened this issue May 3, 2021 · 1 comment
Open

Outdated test.fasta file #3

ealekseev opened this issue May 3, 2021 · 1 comment

Comments

@ealekseev
Copy link

Hi!

I've built DeepCrystal with newer Keras and it looks like Keras >=2.2.0 cant use attached test.fasta file for testing.
https://github.com/keras-team/keras/releases/tag/2.2.0
Remove legacy Merge layers and associated functionality (remnant of Keras 0), which were deprecated in May 2016, with full removal initially scheduled for August 2017. Models from the Keras 0 API using these layers cannot be loaded with Keras 2.2.0 and above.
Is it possible to update test.fasta for compatibility with newer Keras?

@elbasir
Copy link
Owner

elbasir commented May 4, 2021

Hi,
test.fasta file doesn't need to be updated. First, you need to read the file, convert protein sequences to one-hot encoded arrays. These arrays would be your input to the model.

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