Point2Sequence icon indicating copy to clipboard operation
Point2Sequence copied to clipboard

Error when loading pre-trained models

Open zqzqz opened this issue 3 years ago • 0 comments

I am trying to use the pre-trained model you provided https://drive.google.com/drive/folders/1OY1MOhmL56yUoVfXmLp1zZqIneN46dPd?usp=sharing and I leverage the evaluation script from PointNet++ https://github.com/charlesq34/pointnet2/blob/master/evaluate.py. I used the default settings (no normals). However, the following errors occur when loading model checkpoints:

 W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key layer1/seq_attention/encoder/rnn/lstm_cell/bias not found in checkpoint
 W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key layer1/seq_attention/encoder/rnn/lstm_cell/kernel not found in checkpoint

Indeed, the checkpoint has no such variable names, only with:

layer1/encoder/rnn/lstm_cell/bias
layer1/encoder/rnn/lstm_cell/kernel

Could you provide more guidelines for loading the pre-trained models? Thank you!

tensorflow-gpu: 1.4.0 cuda: 8.0

Related issue: https://github.com/liuxinhai/Point2Sequence/issues/1

zqzqz avatar Jul 31 '21 19:07 zqzqz