mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-05 17:34:21 +00:00
Implement simple model validation
This commit is contained in:
@@ -36,6 +36,8 @@ class Model {
|
||||
|
||||
void loadWeights(const std::string& path);
|
||||
|
||||
bool validate();
|
||||
|
||||
private:
|
||||
Layers::Input* inputLayer;
|
||||
Layers::Output* outputLayer;
|
||||
|
||||
Reference in New Issue
Block a user