Skip to content

Instantly share code, notes, and snippets.

@nsorros
Last active April 22, 2021 17:46
Show Gist options
  • Save nsorros/918b84cac114fd3cc80620d37c84ae58 to your computer and use it in GitHub Desktop.
Save nsorros/918b84cac114fd3cc80620d37c84ae58 to your computer and use it in GitHub Desktop.
Config file that describes params for train
[DEFAULT]
version = 2021.03.0
[preprocess]
raw_data_path = data/raw/data.xlsx
processed_data_path = data/processed/data.jsonl
[train]
data_path = data/processed/data.jsonl
model_path = models/cnn-2021.03.0/
learning_rate = 1e-3
batch_size = 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment