mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-01 07:59:05 +08:00
tfnetwork: Fix info text
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
e903eaea59
commit
a922745d9a
@ -73,7 +73,7 @@ class TFNetwork : public Network {
|
|||||||
bool Backward(bool debug, const NetworkIO& fwd_deltas,
|
bool Backward(bool debug, const NetworkIO& fwd_deltas,
|
||||||
NetworkScratch* scratch,
|
NetworkScratch* scratch,
|
||||||
NetworkIO* back_deltas) override {
|
NetworkIO* back_deltas) override {
|
||||||
tprintf("Must override Network::DebugWeights for type %d\n", type_);
|
tprintf("Must override Network::Backward for type %d\n", type_);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user