mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 10:42:51 +00:00
Fix/fastai (#180)
This commit is contained in:
parent
805f196018
commit
f348e76902
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: FastAI
|
||||
---
|
||||
The [fastai_with_tensorboard.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/fastai/fastai_with_tensorboard.py)
|
||||
example demonstrates the integration of **ClearML** into code that uses fastai and TensorBoard.
|
||||
The [fastai_with_tensorboard_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/fastai-v1/fastai_with_tensorboard_example/fastai_with_tensorboard_example.py)
|
||||
example demonstrates the integration of **ClearML** into code that uses fastai v1 and TensorBoard.
|
||||
|
||||
The example code does the following:
|
||||
1. Trains a simple deep neural network on the fastai built-in MNIST dataset (see the [fast.ai](https://docs.fast.ai) documentation).
|
||||
1. Trains a simple deep neural network on the fastai built-in MNIST dataset (see the [fast.ai](https://fastai1.fast.ai) documentation).
|
||||
1. Uses the fastai `LearnerTensorboardWriter` callback, and **ClearML** automatically logs TensorBoard through the callback.
|
||||
1. During script execution, creates an experiment named `fastai with tensorboard callback`, which is associated with the `examples` project.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user