Hi Behnam,
Very interesting work. I just have a quick question, do the self.ratio and path_params (scaling factor for each parameter) in path_sgd.py need to be re-calculated according to the latest model updated in the latest mini-batch? or are they calculated based on the initialized model and remain constant? To me, it seems that they are calculated in the very first mini-batch and then remain unchanged.
Hi Behnam,
Very interesting work. I just have a quick question, do the self.ratio and path_params (scaling factor for each parameter) in path_sgd.py need to be re-calculated according to the latest model updated in the latest mini-batch? or are they calculated based on the initialized model and remain constant? To me, it seems that they are calculated in the very first mini-batch and then remain unchanged.