HazyResearch / hyena-dna

Official implementation for HyenaDNA, a long-range genomic foundation model built with Hyena
https://arxiv.org/abs/2306.15794
Apache License 2.0
532 stars 74 forks source link

ImportError: Error loading 'src.models.sequence.dna_embedding.DNAEmbeddingModel': #26

Closed richardsun-voyager closed 8 months ago

richardsun-voyager commented 8 months ago

When running the code as instructed (quick entry "python -m train wandb=null experiment=hg38/genomic_benchmark_scratch"), there was an error: "ImportError: Error loading 'src.models.sequence.dna_embedding.DNAEmbeddingModel':". Can you please look into it? Thanks!

exnx commented 8 months ago

Can you describe more details of your setup and steps? What you described can be from many things. eg, what environments and versions are you using? If all else fails, try the Docker image.

richardsun-voyager commented 8 months ago

Hi. The issue has been solved, after the re-installation of flash-attention. Thanks!