masif icon indicating copy to clipboard operation
masif copied to clipboard

Unexpected Errors second stage alignment

Open abdullahbilalawan opened this issue 4 years ago • 3 comments

In the Masif search process after running the descriptors, I am. Unable to run the second_alignment_nn. Py successfully the pretrained model doesn't load. Any hint can u provide the correct pretrained.hdf5 file. Thanks. Hoping for a positive response

abdullahbilalawan avatar Jan 17 '21 13:01 abdullahbilalawan

Hi ! Could you provide more info? Can you show the error? Are you running it in docker?

pablogainza avatar Mar 03 '21 15:03 pablogainza

Perhaps I have the same error while using precomputed data (running in docker, GPU is visible). Here is the output ./second_stage_masif.sh

root@ID:/masif/comparison/masif_ppi_search/masif_descriptors_nn# ./second_stage_masif.sh 100
2021-10-04 07:57:10.612890: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 AVX512F FMA
['/masif/source//masif_ppi_search/second_stage_alignment_nn.py', '../../../data/masif_ppi_search', '100', '2000', '1000', 'masif']
Loading patch coordinates for 2I32_A_E
Traceback (most recent call last):
  File "/masif/source//masif_ppi_search/second_stage_alignment_nn.py", line 114, in <module>
    read_point_cloud(
NameError: name 'read_point_cloud' is not defined

knawel avatar Oct 04 '21 08:10 knawel

git pull helps

knawel avatar Oct 06 '21 14:10 knawel