When i tried to run `python main.py --cfg configs/GPS/actor-GPS.yaml wandb.use False`, it came out the following error: ``` register_act('swish', partial(SWISH, inplace=cfg.mem.inplace)) AttributeError: 'NoneType' object has no attribute 'mem' ```