Yang Eric Li
Results
2
comments of
Yang Eric Li
> I ran the checkpoint loading portion of the `enformer-training.ipynb` provided (I believe) by Kyle Taylor and @alimuldal, but the model cannot run a forward pass. It says `TypeError: __call__()...
> This was a hack, but I edited the `enformer.py` file to change all instances of > `is_training: bool` > to > `is_training: bool = False` > and then I...