tfnetwork: Fix info text

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2019-09-11 19:10:25 +02:00
parent e903eaea59
commit a922745d9a

View File

@ -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;
} }