src.dl_trainer¶
Functions
|
Makes predictions with a trained PyTorch model. |
|
Makes predictions with a trained scratch Adjacent Category model. |
|
Makes predictions with a trained CORAL model. |
|
Makes predictions with a trained PokerCNNModel. |
|
Makes predictions with a trained PokerLSTMModel. |
|
Makes predictions with a trained scratch POM model. |
|
Handles the training loop for the scratch Adjacent Category model. |
|
Handles the training loop for a CORAL model. |
|
Handles the training loop for a CORN model. |
|
Handles the training loop for a model using EMD loss. |
|
Handles the training loop for a standard PyTorch classification model. |
|
Handles the training loop for a PokerCNNModel. |
|
Handles the training loop for a PokerLSTMModel. |
|
Handles the training loop for the scratch POM model. |