Skip to content

Commit 287d428

Browse files
authored
Update how_to_create_your_model.md
1 parent ce60af9 commit 287d428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/how_to_create_your_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# How to Create Your Own Model
2-
This section of documentation will be **refined in the future**. For now, you can refer these files: [default config](config/default.yaml), [baseline config](config/baseline.yaml), [loss aggregator](../lib/modeling/loss_aggregator.py), [base_model](../lib/modeling/base_model.py), and [baseline model](../lib/modeling/models/baseline.py).
2+
This section of documentation will be **refined in the future**. For now, you can refer these files: [default config](../config/default.yaml), [baseline config](../config/baseline.yaml), [loss aggregator](../lib/modeling/loss_aggregator.py), [base_model](../lib/modeling/base_model.py), and [baseline model](../lib/modeling/models/baseline.py).
33

4-
Then, you can write your own model in `lib\modeling\models`, and use it in configuration file.
4+
Then, you can write your own model in `lib\modeling\models`, and use it in configuration file.

0 commit comments

Comments
 (0)