I follow your introduction, but when I run the command: python3 deepBach.py --ext big -t 30 --timesteps 32 -u 512 256 -d 256 -b 16 in server, it shows ValueError: Error when checking model input: expected left_features to have shape (None, 16, 245) but got array with shape (16, 32, 245). So I guess if the input shape in the code is wrong. Would you mind to tell me what should I do if it is convenient. Thank you!
I follow your introduction, but when I run the command: python3 deepBach.py --ext big -t 30 --timesteps 32 -u 512 256 -d 256 -b 16 in server, it shows ValueError: Error when checking model input: expected left_features to have shape (None, 16, 245) but got array with shape (16, 32, 245). So I guess if the input shape in the code is wrong. Would you mind to tell me what should I do if it is convenient. Thank you!