yigenliang / cuda-convnet

Automatically exported from code.google.com/p/cuda-convnet
0 stars 0 forks source link

Destructors. #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It seems like Layer with weights class lacks a destructor. I wonder why it is 
so? Won't it cause memory leaks (for example, biases are never deleted)?

Original issue reported on code.google.com by dr.death...@gmail.com on 22 Jan 2013 at 8:02