input_data.py を使用して MNIST データセットをダウンロードできません。メソッドを呼び出そうとすると、いくつかの html と次のエラーが表示されます。
='#179'"></td><td class="FileContents-lineContents"><a name="179"></a></td></tr><tr class="u-pre u-monospace FileContents-line"><td class="u-lineNum u-noSelect FileContents-lineNum" data-line-number="180" onclick="window.location.hash='#180'"></td><td class="FileContents-lineContents"><a name="180"></a><span class="pln"> </span><span class="kwd">return</span><span class="pln"> data_sets</span></td></tr></table></div> <!-- Container --></div> <!-- Site-content --><footer class="Site-footer"><div class="Footer"><span class="Footer-poweredBy">Powered by <a href="https://code.google.com/p/gitiles/">Gitiles</a></span><span class="Footer-formats"><a class="u-monospace Footer-formatsItem" href="?format=TEXT">txt</a> <a class="u-monospace Footer-formatsItem" href="?format=JSON">json</a></span></div></footer></body></html>
^
SyntaxError: invalid syntax
私が間違っているのかわかりません。私が持っているコードは次のとおりです。
import input_data
mnist = input_data.read_data_sets("MNIST_data/", one_hot=True)