Skip to content

Commit 005930c

Browse files
committed
Codacy formatting
1 parent cfd6163 commit 005930c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

deepxde/model.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,14 @@ def compile(
109109
110110
- For backend JAX:
111111
112-
- `linear_schedule <https://optax.readthedocs.io/en/latest/api/optimizer_schedules.html#optax.schedules.linear_schedule>`_:
112+
- `linear_schedule
113+
<https://optax.readthedocs.io/en/latest/api/optimizer_schedules.html#optax.schedules.linear_schedule>`_:
113114
("linear", end_value, transition_steps)
114-
- `cosine_decay_schedule <https://optax.readthedocs.io/en/latest/api/optimizer_schedules.html#optax.schedules.cosine_decay_schedule>`_:
115+
- `cosine_decay_schedule
116+
<https://optax.readthedocs.io/en/latest/api/optimizer_schedules.html#optax.schedules.cosine_decay_schedule>`_:
115117
("cosine", decay_steps, alpha)
116-
- `exponential_decay <https://optax.readthedocs.io/en/latest/api/optimizer_schedules.html#optax.schedules.exponential_decay>`_:
118+
- `exponential_decay
119+
<https://optax.readthedocs.io/en/latest/api/optimizer_schedules.html#optax.schedules.exponential_decay>`_:
117120
("exponential", transition_steps, decay_rate)
118121
119122
loss_weights: A list specifying scalar coefficients (Python floats) to

0 commit comments

Comments
 (0)