Closed lihuiliullh closed 2 years ago
My suggestions would be to:
On Sat, 20 Nov 2021, 05:35 lihuiliullh, @.***> wrote:
can you write some detailed tutorial on writing configuration file? Currently, I find out that the way to learn how to write configuration file is very limited. I read those examples you give, but still barely understand it.
job.type: train dataset.name: fb15k-237
train: optimizer: Adagrad optimizer_args: lr: 0.2
valid: every: 5 metric: mean_reciprocal_rank_filtered
model: complex lookup_embedder: dim: 100 regularize_weight: 0.8e-7
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uma-pi1/kge/issues/247, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEWXZGZAZF3GOKHYW4R4QTUM4QPNANCNFSM5INQUCAQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
@lihuiliullh As @rufex2001 said, the config options are well-documented in config-default.yaml
@rufex2001 Perhaps we should point out more clearly that this file is the one to look for documentation.
Added a FAQ entry.
can you write some detailed tutorial on writing configuration file? Currently, I find out that the way to learn how to write configuration file is very limited. I read those examples you give, but still barely understand it.
job.type: train dataset.name: fb15k-237
train: optimizer: Adagrad optimizer_args: lr: 0.2
valid: every: 5 metric: mean_reciprocal_rank_filtered
model: complex lookup_embedder: dim: 100 regularize_weight: 0.8e-7