When using the following command for training: ```sh python train.py --data_path PATH_TO_PROCESSED_DATA --enc_grad_norm False ``` "enc_grad_norm" is still "True". Should this be fixed in [this way](https://stackoverflow.com/questions/15008758/parsing-boolean-values-with-argparse)?