mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 13:21:46 +00:00
Add new frameworks (#213)
This commit is contained in:
parent
27c6fe1970
commit
70f1486cae
@ -16,7 +16,7 @@ These sections are further broken down into sub-sections (General / Args / TF_De
|
||||
|
||||
## Command Line Parsing
|
||||
ClearML captures any command line parameters passed when invoking code that uses standard python packages such as
|
||||
argparse or [click](https://click.palletsprojects.com). This happens automatically with no additional code required beyond
|
||||
argparse, [click](https://click.palletsprojects.com), or [Python Fire](https://github.com/google/python-fire). This happens automatically with no additional code required beyond
|
||||
initializing ClearML.
|
||||
|
||||
### Argparse Example
|
||||
|
@ -1,8 +1,13 @@
|
||||
---
|
||||
title: FastAI
|
||||
---
|
||||
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 [fastai_with_tensorboard_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/fastai/legacy/fastai_with_tensorboard_example.py)
|
||||
example demonstrates the integration of ClearML into code that uses FastAI v1 and TensorBoard.
|
||||
|
||||
:::note FastAI V2
|
||||
The ClearML repository also includes [examples using FastAI v2](https://github.com/allegroai/clearml/tree/master/examples/frameworks/fastai).
|
||||
:::
|
||||
|
||||
|
||||
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://fastai1.fast.ai) documentation).
|
||||
|
Loading…
Reference in New Issue
Block a user