mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-05 17:34:21 +00:00
Change inception prefixes
This commit is contained in:
@@ -30,7 +30,7 @@ class Model {
|
||||
Model(const Model& other);
|
||||
~Model();
|
||||
|
||||
float* predict(const float* input);
|
||||
virtual float* predict(const float* input);
|
||||
|
||||
void addLayer(const std::string& name, Layers::SequentialLayer* layer);
|
||||
Layers::SequentialLayer* getLayer(const std::string& name);
|
||||
|
||||
Reference in New Issue
Block a user