I tried to recognize using mnist data as train data but failed so I want to add my train data with that so how can I train my model with mnist dataset and my own data. I tried training with my own data also but failed any suggestions are welcome ..... for example first I trained with mnist dataset followed this approach
but the results are not satisfying so I tried to train that model by my data but looking at the results maybe I don't have enough data so now I want to train my model using mnist data + my data . so how can I do that