Ling-Jun

Results 3 issues of Ling-Jun

![image](https://user-images.githubusercontent.com/30609542/220932638-dc6cf941-bec5-443a-812f-db5dbfa7d14d.png) `save_weights_dir`, `state_dict_path`, `checkpoint_dir` all mean roughly the same, namely, the location/path of where the trained model is stored. Can we reduce the different names to just one? Three different...

If we set custom local dir as `mlflow.yaml`'s `uri`, it will raise an exception. ![1](https://user-images.githubusercontent.com/30609542/220736054-22f92800-346e-4782-a975-02e16ee2e20d.JPG) The culprit is `mlflow.set_tracking_uri()` function. ![2](https://user-images.githubusercontent.com/30609542/220736258-e8372cab-927b-4daa-b760-cb773812fb69.JPG) We can fix it by identifying `uri` being a...