AITTSMD / MTCNN-Tensorflow

Reproduce MTCNN using Tensorflow
1.51k stars 713 forks source link

ValueError: Tensor("Cast_2:0", shape=(384,), dtype=int32) must be from the same graph as Tensor("mul:0", shape=(384,), dtype=int32). #308

Open HTrang28 opened 2 years ago

HTrang28 commented 2 years ago

I have this error when doing Iindices_ = row + label_int in traning. how to fix it?