corr_based_prediction
corr_based_prediction copied to clipboard
This repo provides code used in the paper "Predicting with High Correlation Features" (https://arxiv.org/abs/1910.00164):
Results
1
corr_based_prediction issues
Sort by
recently updated
recently updated
newest added
At line 220 in [main.py](https://github.com/salesforce/corr_based_prediction/blob/master/main.py), the zero_grad is outside the training stage, the gradients will be accumulated along the training data.