Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix levels nn
  • Loading branch information
n-poulsen committed Feb 6, 2025
commit a1491f4aabeb8d780fe9e6165ea48d01351d4b3b
2 changes: 1 addition & 1 deletion docs/recipes/nn.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.25)
sess = tf.Session(config=tf.ConfigProto(gpu_options=gpu_options))
```

### Using custom image augmentation
## Using custom image augmentation

Image augmentation is the process of artificially expanding the training set
by applying various transformations to images (e.g., rotation or rescaling)
Expand Down