Genomic-ULMFiT icon indicating copy to clipboard operation
Genomic-ULMFiT copied to clipboard

NameError: name '_get_genomic_processor' is not defined

Open nitinnairk opened this issue 5 years ago • 1 comments

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

nitinnairk avatar May 21 '19 00:05 nitinnairk

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

cinaljess avatar Jun 16 '19 01:06 cinaljess