Searched refs:biases (Results 1 – 3 of 3) sorted by relevance
11 biases = [] variable14 biases.append(np.loadtxt(new_parameters_Path / 'b1.dat', skiprows=1))15 biases.append(np.loadtxt(new_parameters_Path / 'b2.dat', skiprows=1))51 model.net[layer].bias[...] = torch.from_numpy(biases[i])[...]
1 This directory exists to create a PyTorch model with certain weights and biases. It is mostly setup…
439 These files store the network weights (`w1.dat` and `w2.dat`), biases (`b1.dat` and `b2.dat`), and …482 - Path to directory with data-driven model parameters (weights, biases, etc.)