| accelerator | Create an accelerator | 
| as_dataloader | Creates a dataloader from its input | 
| context | Context object | 
| ctx | Context object | 
| evaluate | Evaluates a fitted model on a dataset | 
| fit.luz_module_generator | Fit a 'nn_module' | 
| get_metrics | Get metrics from the object | 
| lr_finder | Learning Rate Finder | 
| luz_callback | Create a new callback | 
| luz_callback_auto_resume | Resume training callback | 
| luz_callback_csv_logger | CSV logger callback | 
| luz_callback_early_stopping | Early stopping callback | 
| luz_callback_gradient_clip | Gradient clipping callback | 
| luz_callback_interrupt | Interrupt callback | 
| luz_callback_keep_best_model | Keep the best model | 
| luz_callback_lr_scheduler | Learning rate scheduler callback | 
| luz_callback_metrics | Metrics callback | 
| luz_callback_mixup | Mixup callback | 
| luz_callback_model_checkpoint | Checkpoints model weights | 
| luz_callback_profile | Profile callback | 
| luz_callback_progress | Progress callback | 
| luz_callback_resume_from_checkpoint | Allow resume model training from a specific checkpoint | 
| luz_callback_tfevents | tfevents callback | 
| luz_callback_train_valid | Train-eval callback | 
| luz_load | Load trained model | 
| luz_load_checkpoint | Loads a checkpoint | 
| luz_load_model_weights | Loads model weights into a fitted object. | 
| luz_metric | Creates a new luz metric | 
| luz_metric_accuracy | Accuracy | 
| luz_metric_binary_accuracy | Binary accuracy | 
| luz_metric_binary_accuracy_with_logits | Binary accuracy with logits | 
| luz_metric_binary_auroc | Computes the area under the ROC | 
| luz_metric_mae | Mean absolute error | 
| luz_metric_mse | Mean squared error | 
| luz_metric_multiclass_auroc | Computes the multi-class AUROC | 
| luz_metric_rmse | Root mean squared error | 
| luz_metric_set | Creates a metric set | 
| luz_save | Saves luz objects to disk | 
| nnf_mixup | Mixup logic | 
| nn_mixup_loss | Loss to be used with 'callbacks_mixup()'. | 
| pipe | Pipe operator | 
| predict.luz_module_fitted | Create predictions for a fitted model | 
| reexports | Objects exported from other packages | 
| set_hparams | Set hyper-parameter of a module | 
| set_opt_hparams | Set optimizer hyper-parameters | 
| setup | Set's up a 'nn_module' to use with luz | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.