Zhixiong Yue

Results 1 issues of Zhixiong Yue

In main.py #Freezing Pruned weights by making their gradients Zero grad_tensor = np.where(tensor < EPS, 0, grad_tensor) Does this also freeze the weights that have negative values? More than just...