PaulKMandal / FedCL

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

Fix dfs_forward #6

Open PaulKMandal opened 11 months ago

PaulKMandal commented 11 months ago

dfs_forwad was built in a way to check the connections of layers. This needs to be re-implemented so that each subsequent layer takes the inputs of the previous layer.