This commit is contained in:
[wrh]
2023-07-13 08:11:14 +08:00
13 changed files with 11 additions and 2 deletions
@@ -3,3 +3,14 @@
## 数据集说明
,包括个体变量(性别、年龄、地域、职业、健康、婚姻与政治面貌等等)、家庭变量(父母、配偶、子女、家庭资本等等)、社会态度(公平、信用、公共服务等等),来预测其对幸福感的评价
##
def fun(**kwargs):
pass
# 允许你动态传参
fun(a=1,b=2,c=3,d=4)
kwargs = {
a:1,
b:2,
c:3
}
@@ -1,2 +0,0 @@
model_checkpoint_path: "train_model"
all_model_checkpoint_paths: "train_model"