Comments on: Contact https://monik.in Thoughts, tutorials and ideas Thu, 01 Mar 2018 16:17:39 +0000 hourly 1 By: joshua https://monik.in/contact/comment-page-1/#comment-58105 Thu, 01 Mar 2018 16:17:39 +0000 http://monik.in/?page_id=58#comment-58105 I am trying your code after installing the library for tensorflow in anaconda navigator , anaconda 64 bit windows 10.

This is the error I get

runfile(‘C:/Users/josheeg/.spyder-py3/LSTM1.py’, wdir=’C:/Users/josheeg/.spyder-py3′)
Traceback (most recent call last):

File “C:\Users\josheeg\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py”, line 2910, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File “”, line 1, in
runfile(‘C:/Users/josheeg/.spyder-py3/LSTM1.py’, wdir=’C:/Users/josheeg/.spyder-py3′)

File “C:\Users\josheeg\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py”, line 705, in runfile
execfile(filename, namespace)

File “C:\Users\josheeg\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py”, line 102, in execfile
exec(compile(f.read(), filename, ‘exec’), namespace)

File “C:/Users/josheeg/.spyder-py3/LSTM1.py”, line 45
print “test and training data loaded”
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“test and training data loaded”)?

]]>
By: Soumil Mandal https://monik.in/contact/comment-page-1/#comment-56834 Fri, 19 May 2017 19:24:01 +0000 http://monik.in/?page_id=58#comment-56834 Hey Monik, loved the tutorial, it was really helpful and cleared a lot of my doubts. Are you planning to make a video on seq2seq for noobs or something like that in near future. It’ll be really helpful as most of the codes on github are not very well documented (imo) and is not that good from a learning perspective. And we all know how useful and powerful seq2seq models are. Thanks again.

]]>