lihaohao
lihaohao
@Jerryten @jiaweixian i have also meet the problem. i install perl package on win and not slove the problem((IndexError: list index out of range). . I would like to ask...
when i run python train.py ,i get the error: tensorflow.python.framework.errors_impl.InvalidArgumentError: Input to reshape is a tensor with 10485760 values, but the requested shape has 2621440 [[Node: gradients/time_distributed_13/Reshape_1_grad/Reshape = _MklReshape[T=DT_FLOAT, Tshape=DT_INT32,...
I modified assert len(label_hot[0]) == len(self.classes) return label_hot[0] but i get the flowing error InvalidArgumentError (see above for traceback): Input to reshape is a tensor with 10485760 values, but the...
@RegisWu @voa18105 Have you solved this problem?
may I know which version of the tensorflow you use for the implementation?can you give me more guidance ? thank you my email is [email protected]
@voa18105
can you share your code and data with me? @voa18105
这个你可以调一下m的值试一下
Traceback (most recent call last): File "main.py", line 61, in main(args) File "main.py", line 15, in main train(args.batch_size, args.spatial_epochs, args.temporal_epochs, args.train_id, args.dB, args.spatial_size, args.flag, args.obj ective_flag, args.tensorboard) File "/home/lhh/TensorFlow/Micro-Expression-with-Deep-Learning/train.py", line...
How to solve this problem ?