mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Add model summary
This commit is contained in:
@@ -39,6 +39,8 @@ class Model {
|
||||
|
||||
bool validate();
|
||||
|
||||
void printSummary();
|
||||
|
||||
protected:
|
||||
Layers::Input* inputLayer;
|
||||
Layers::Output* outputLayer;
|
||||
|
||||
Reference in New Issue
Block a user