Value as statement?
Open
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 122
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
Hi. Is there any way to assign a statement to an argument in Gin? For e.g., I want to do something like this
```
# inside config file
output_size = 10
network.hidden_size = %output_size / 2
```
Is this possible?
Otherwise I want to request this as a feature.
Contributor guide
Assessment
This issue has not been assessed yet.