TaeSoo-Kim / TCNActionRecognition

Skeleton based action recognition models with TCN variants for learning interpretable representation.
122 stars 33 forks source link

bug in source code #6

Open RMobina opened 6 years ago

RMobina commented 6 years ago

Hi, I replaced the update files with other ones. After running the train.Py I received the below error:

File "/mnt/homedata/ss/CodeProject/TCNActionRecognition/train.py", line 183, in nturgbd_train_datagen X[batch_count] = x.reshape(max_len,feat_dim,1) ValueError: could not broadcast input array from shape (300,150,1) into shape (300,150)

which with remove the paramet of 1 from reshape it resolved

ORIGINAL

  X[batch_count] =  x.reshape(max_len,feat_dim)

but now I have this error: 2018-04-16 10:34:10.496385: F ./tensorflow/core/util/mkl_util.h:1287] Non-OK-status: Status(error::Code::INVALID_ARGUMENT, "Unsupported data format") status: Invalid argument: Unsupported data format

I would be grateful if you guide me. Best

mlazarew commented 6 years ago

RMobina was you able to figure it out? I am getting a similar error.

FoxerLee commented 6 years ago

I think it is a tf error. https://github.com/tensorflow/tensorflow/issues/17945 Maybe you can try to upgrade tensorflow to 1.10.0