diff --git a/cpp/dcgan/dcgan.cpp b/cpp/dcgan/dcgan.cpp index a9fa582b72..3a10a43a42 100644 --- a/cpp/dcgan/dcgan.cpp +++ b/cpp/dcgan/dcgan.cpp @@ -106,7 +106,7 @@ int main(int argc, const char* argv[]) { } // The number of epochs to train, default value is 30. const int64_t kNumberOfEpochs = parser.get("--epochs"); - std::cout << "Traning with number of epochs: " << kNumberOfEpochs + std::cout << "Training with number of epochs: " << kNumberOfEpochs << std::endl; torch::manual_seed(1);