Added epsilon xy mean back in
This commit is contained in:
parent
4979a99e09
commit
c2cc2b4b1f
1 changed files with 2 additions and 0 deletions
|
@ -465,6 +465,8 @@ with torch.no_grad():
|
|||
network[id].threshold_epsilon_xy(
|
||||
cfg.learning_parameters.learning_rate_threshold_eps_xy
|
||||
)
|
||||
if cfg.network_structure.eps_xy_mean[id] is True:
|
||||
network[id].mean_epsilon_xy()
|
||||
else:
|
||||
network[id].epsilon_xy = torch.tensor(
|
||||
eps_xy[id], dtype=torch.float64
|
||||
|
|
Loading…
Reference in a new issue