I want to know that during the process of comparing one deep neural network model for two different data sets , is it valid to perform fine tuning of a model. Example:
For first data sets, the embedding size = 128, Convolutional layer filter size = 2 and batch size =32 but For second data set after tuning the parameters, embedding size = 32, Convolutional layer filter size = 4 and batch size = 64.
means can i use different values of parameter of the same model for different data sets.Is it logical comparison of the same model for the different data sets?