9 lines
209 B
Python
9 lines
209 B
Python
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)
|