PaulKMandal / FedCL

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

Segmentation Fault #1

Closed PaulKMandal closed 11 months ago

PaulKMandal commented 11 months ago

I tried to separate the code in old/main.c into separate files. I currently have a segmentation fault and am having trouble finding it.

Basically, the code is structure as follows: We have three layer types, Dense, CNN, and LSTM. All of these "inherit" the layer class. Calling Foward on each respective layer will cause it to call the child's respective foward function.

Assigning to @SilverArgente to take a look. Let me know if you have any questions.

PaulKMandal commented 11 months ago

Fixed the issue in this commit.