mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-04 14:04:24 +03:00
Removing unnecessary code.
This commit is contained in:
parent
5b4a50f8b0
commit
ce7f3ce498
@ -191,6 +191,7 @@ int main(int argc, char** argv) {
|
||||
num_source_tokens-1,
|
||||
num_target_tokens-1);
|
||||
|
||||
#if 0
|
||||
std::cerr << "Attaching the data to the computation graph..." << std::endl;
|
||||
|
||||
// Convert the data to dense one-hot vectors.
|
||||
@ -224,6 +225,7 @@ int main(int argc, char** argv) {
|
||||
ss << "Y" << t;
|
||||
g[ss.str()] = Yt;
|
||||
}
|
||||
#endif
|
||||
|
||||
std::cerr << "Printing the computation graph..." << std::endl;
|
||||
std::cout << g.graphviz() << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user