Skip to content

Commit c66489b

Browse files
committed
Removed empty line
1 parent eeea19d commit c66489b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

guides/ipynb/keras_hub/classification_with_keras_hub.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@
794794
" target_lr=self.target_lr,\n",
795795
" hold=self.hold,\n",
796796
" )\n",
797-
"\n",
798797
" return ops.where(step > self.total_steps, 0.0, lr)\n",
799798
""
800799
]

guides/keras_hub/classification_with_keras_hub.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ def __call__(self, step):
510510
target_lr=self.target_lr,
511511
hold=self.hold,
512512
)
513-
514513
return ops.where(step > self.total_steps, 0.0, lr)
515514

516515

guides/md/keras_hub/classification_with_keras_hub.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5766,7 +5766,6 @@ class WarmUpCosineDecay(schedules.LearningRateSchedule):
57665766
target_lr=self.target_lr,
57675767
hold=self.hold,
57685768
)
5769-
57705769
return ops.where(step > self.total_steps, 0.0, lr)
57715770

57725771
```

0 commit comments

Comments
 (0)