from trainers import ( train_product_model_with_mlstm, train_product_model_with_kan, train_product_model_with_tcn, train_product_model_with_transformer ) print(train_product_model_with_mlstm)