Convert CNN2D into 1D model

I have followed this blog in which i want to use CNN1D model. Guide me how can i used CNN1D on google speech dataset

Hi @F219759_Salma, We cannot use convolution 1D for the above mentioned tutorial because, the data used for training has shape (124, 129, 1). If you want to use convolution 1D if the input tensor has the shape (sequence_length, input_dim). Thank You.