kheyer / Genomic-ULMFiT

ULMFiT for Genomic Sequence Data
285 stars 55 forks source link

NameError: name '_get_genomic_processor' is not defined #1

Open nitinnairk opened 5 years ago

nitinnairk commented 5 years ago

Function named '_get_genomic_processor' seems to be undefined in 'E. coli 1 Naive Model.ipynb'

Screenshot from 2019-05-20 20-21-23

NameError: name '_get_genomic_processor' is not defined

cinaljess commented 5 years ago

You will need to replace "from utils import *" with absolute imports likely due to a namespace collision.