Closed apbraga closed 4 years ago
In the readme file, under the "Extracted data for FOL model training and testing" section, I believe there is a typo.
--log_config >> --load_config
From python dataloader_example.py --log_config config/config_example.yaml
python dataloader_example.py --log_config config/config_example.yaml
To python dataloader_example.py --load_config config/config_example.yaml
python dataloader_example.py --load_config config/config_example.yaml
@apbraga You are right, I just fixed it. Sorry about that!
Great! Thanks for the quick reply.
In the readme file, under the "Extracted data for FOL model training and testing" section, I believe there is a typo.
--log_config >> --load_config
From
python dataloader_example.py --log_config config/config_example.yaml
To
python dataloader_example.py --load_config config/config_example.yaml