mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-25 17:10:49 +00:00
Merge branch 'pjli-dev' into 'main'
fix symbolic regression See merge request lilinyang/internbootcamp!12
This commit is contained in:
commit
fdf5d19170
31 changed files with 4979 additions and 93 deletions
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"data_path":"./internbootcamp/libs/symbolic_regression/test_data.pkl",
|
||||
"sample_num_range":[64,144]
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"data_path":"./internbootcamp/libs/symbolic_regression/train_data.pkl",
|
||||
"sample_num_range":[64,144]
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
{"conf_file":"./internbootcamp/libs/med_calculator/med_calculator.json"}
|
||||
]
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
{"conf_file":"./internbootcamp/libs/med_calculator/med_calculator.json"}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue