You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "One Drive" that you shared is, sadly, no longer available. Can you make it accessible again?
When I tried to run the train_ABF.py file I had the current error :
Traceback (most recent call last):
File "/nfs/wsi/ab/projects/dorian/MuLan_comparison/iDNA-ABF-automl/main/train_ABF.py", line 14, in <module>
from module.lightning_data_module import SeqDataModule
File "/nfs/wsi/ab/projects/dorian/MuLan_comparison/iDNA-ABF-automl/module/lightning_data_module.py", line 7, in <module>
from model import Pretrain_Feature_Extractor
ImportError: cannot import name 'Pretrain_Feature_Extractor' from 'model' (unknown location)
And indeed, there isn't anything with the name Pretrain_Feature_Extractor in the model folder, is it a model that we have to provide?
Same question for TextCNN for line 9 of lightning_frame_module.py .
The text was updated successfully, but these errors were encountered:
Hi,
I have 2 questions :
The "One Drive" that you shared is, sadly, no longer available. Can you make it accessible again?
When I tried to run the
train_ABF.py
file I had the current error :And indeed, there isn't anything with the name
Pretrain_Feature_Extractor
in themodel
folder, is it a model that we have to provide?Same question for
TextCNN
for line 9 oflightning_frame_module.py
.The text was updated successfully, but these errors were encountered: