yu4u / age-gender-estimation

Keras implementation of a CNN network for age and gender estimation
MIT License
1.46k stars 502 forks source link

OmegaConf error #148

Open rsingh2083 opened 2 years ago

rsingh2083 commented 2 years ago

python demo.py --weight_file weights.29-3.76_utk.hdf5 --margin .4 --mage_dir img/ File "demo.py", line 91 cfg = OmegaConf.from_dotlist([f"model.model_name={model_name}", f"model.img_size={img_size}"]) ^ SyntaxError: invalid syntax