Home
last modified time | relevance | path

Searched refs:biases (Results 1 – 3 of 3) sorted by relevance

/honee/tests/createPyTorchModel/
H A Dupdate_weights.py11 biases = [] variable
14 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])[...]
H A DREADME.md1 This directory exists to create a PyTorch model with certain weights and biases. It is mostly setup…
/honee/doc/
H A Dtheory.md439 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.)