PaulKMandal / FedCL

Federated Deep Learning in C and OpenCL
Other
1 stars 0 forks source link

Add Previous Layers to Layer struct #3

Closed PaulKMandal closed 11 months ago

PaulKMandal commented 11 months ago
  1. Add previous layers as an element in the layer struct.
  2. Modify add_layer() so that adding the layer adds the previous layers to the layer being added.
PaulKMandal commented 11 months ago

Fixed in this commit.