Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3e0c8d

Browse files
authored
Comments out input as it hangs tutorial builds
1 parent 5dc364f commit a3e0c8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

beginner_source/chatbot_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,8 +1353,8 @@ def evaluateInput(encoder, decoder, searcher, voc):
13531353
# Initialize search module
13541354
searcher = GreedySearchDecoder(encoder, decoder)
13551355

1356-
# Begin chatting
1357-
evaluateInput(encoder, decoder, searcher, voc)
1356+
# Begin chatting (uncomment and run the following line to begin)
1357+
# evaluateInput(encoder, decoder, searcher, voc)
13581358

13591359

13601360
######################################################################

0 commit comments

Comments
 (0)