PaddlePaddle / PaddleHelix

Bio-Computing Platform Featuring Large-Scale Representation Learning and Multi-Task Deep Learning “螺旋桨”生物计算工具集
Other
984 stars 222 forks source link

Module not found #139

Closed 007goodmans closed 2 years ago

007goodmans commented 3 years ago

Hello, many thanks for the toolset provided by the author. However, I had some problems with pre-training, the corresponding module could not be found in the author's file, for example, the 'from pahelix.model_zoo.pretrain_gnns_model import PretrainGNNModel, AttrmaskModel ' cannot find 'AttrmaskModel' and the 'from pahelix.featurizers.pretrain_gnn_featurizer import AttrmaskTransformFn, AttrmaskCollateFn' cannot find 'AttrmaskTransformFn, AttrmaskCollateFn'. I just came into contact with this training, may I ask how to solve this problem. With best wishes.

Noisyntrain commented 3 years ago

Hi, may I know what operating system you are using and are you running the code in our github project or just using our module to trian your own code? Thank you