Skip to content

Commit a9066a8

Browse files
authored
Fix wrong icons in the method cards (#636)
1 parent 8a3f25c commit a9066a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer/algorithms/cutmix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🎃 CutMix
1+
# ✂️ CutMix
22

33
[\[How to Use\]](#how-to-use) - [\[Suggested Hyperparameters\]](#suggested-hyperparameters) - [\[Technical Details\]](#technical-details) - [\[Attribution\]](#attribution)
44

composer/algorithms/cutout/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ✂️ Cutout
1+
# 🎃 Cutout
22

33
[\[How to Use\]](#how-to-use) - [\[Suggested Hyperparameters\]](#suggested-hyperparameters) - [\[Technical Details\]](#technical-details) - [\[Attribution\]](#attribution)
44

@@ -16,7 +16,7 @@ It is a regularization technique that improves the accuracy of models for comput
1616
### Functional Interface
1717

1818
```python
19-
# Run the CutOut algorithm directly on the batch data using the Composer functional API
19+
# Run the CutOut algorithm directly on the batch data using the Composer functional API
2020

2121
from composer import functional as cf
2222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# ️ Scale Schedule
1+
# 🗜️ Scale Schedule
22

33
This method is deprecated. It has been replaced by the `scale_schedule_ratio` param supported directly by the Composer Trainer. For backwards compatibility, the Composer Trainer detects when this algorithm has been initialized and pulls the `ratio` param accordingly.

0 commit comments

Comments
 (0)