STGCN-IJCAI-18 icon indicating copy to clipboard operation
STGCN-IJCAI-18 copied to clipboard

Problem about loading model for testing.

Open RobinLu1209 opened this issue 5 years ago • 0 comments

Hi, I have a problem when I load the model to have a test.

>> Loading dataset with Mean: 58.50, STD: 13.73
2019-10-22 21:54:07.227253: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1045] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce RTX 2080 Ti, pci bus id: 0000:83:00.0)
>> Loading saved model from ./output/models/STGCN-9150 ...
2019-10-22 22:00:35.069192: F tensorflow/core/framework/tensor_shape.cc:241] Check failed: size >= 0 (-1219935840 vs. 0)
Aborted (core dumped)

I do not know why I will have this problem since I use the origin code of you. It will help me a lot if you have some experience to address this problem. Thanks!

RobinLu1209 avatar Oct 22 '19 14:10 RobinLu1209