close!
parent
4216b53b28
commit
0b2e0ccce0
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.25)
|
||||
project(COSC-4P80-Assignment-2 VERSION 0.0.4)
|
||||
project(COSC-4P80-Assignment-2 VERSION 0.0.5)
|
||||
|
||||
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
|
||||
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)
|
||||
|
|
|
@ -110,6 +110,8 @@ namespace assign2
|
|||
{
|
||||
std::vector<Scalar> dw;
|
||||
|
||||
|
||||
// this is close! i think the changes should be applied in the neuron since the slides show the change of weight PER NEURON PER INPUT
|
||||
// δ(h)
|
||||
if (is_output)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue