parent
e8ddc6865c
commit
9c7e6d6907
@ -0,0 +1,14 @@
|
||||
# Hugging Face Timm Docs
|
||||
|
||||
## Getting Started
|
||||
|
||||
```
|
||||
pip install git+https://github.com/huggingface/doc-builder.git@main#egg=hf-doc-builder
|
||||
pip install watchdog black
|
||||
```
|
||||
|
||||
## Preview the Docs Locally
|
||||
|
||||
```
|
||||
doc-builder preview pytorch-image-models hfdocs/source --not_python_module
|
||||
```
|
@ -0,0 +1,3 @@
|
||||
# Sharing and Loading Models From the Hugging Face Hub
|
||||
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
# Inference
|
||||
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
# Installation
|
||||
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
# Quickstart
|
||||
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
# Augmentations
|
||||
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
# Data
|
||||
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
# Models
|
||||
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
# Optimization
|
||||
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
# Training Using the Official Training Script
|
||||
|
||||
TODO
|
Loading…
Reference in new issue