mirror of
https://github.com/StepanovPlaton/NeuralNetwork.git
synced 2026-04-04 04:40:40 +04:00
Back propogation. Not work(
This commit is contained in:
@@ -50,10 +50,7 @@ public:
|
||||
|
||||
class ITensor0 {};
|
||||
|
||||
class ITensor1 {
|
||||
public:
|
||||
virtual int getSize() const = 0;
|
||||
};
|
||||
class ITensor1 {};
|
||||
|
||||
class ITensor2 {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user