Git Product home page Git Product logo

Comments (10)

dennybritz avatar dennybritz commented on April 28, 2024

Hm. Unicode errors are the worst since I have no way of replicating them. Can you share details about your Python version and your OS? Are you using virtualenv?

from seq2seq.

NanQiAi avatar NanQiAi commented on April 28, 2024

@dennybritz python version:Python 2.7.12+ (default, Sep 17 2016, 12:08:02),
OS:ubuntu 16.10,
without using virtualenv.
Thank you !

from seq2seq.

Codelegant92 avatar Codelegant92 commented on April 28, 2024

@victorustc Maybe you can change python version to 3.5. I met the same error when using anaconda - python2.7 in Mac OSX.

from seq2seq.

NanQiAi avatar NanQiAi commented on April 28, 2024

@dennybritz how I can fix it?

from seq2seq.

nmaac avatar nmaac commented on April 28, 2024

have u fixed it ? @victorustc

from seq2seq.

brightmart avatar brightmart commented on April 28, 2024

if you are using python 2.7, add below three lines, can fix this problem:
import sys
reload(sys)
sys.setdefaultencoding( "utf-8" )

from seq2seq.

dennybritz avatar dennybritz commented on April 28, 2024

Sorry, I'm not sure what the problem here could be. I added some more unicode check in the latest version, let me know if the problem still exists after pulling the latest update. I'm closing this for now. If you still have the problem please re-open the issue.

from seq2seq.

Sammyreus avatar Sammyreus commented on April 28, 2024

Still causing the same problem:------

python -m unittest seq2seq.test.pipeline_test
WARNING:tensorflow:From /home/nil/seq2seq/seq2seq/test/pipeline_test.py:57: get_or_create_global_step (from tensorflow.contrib.framework.python.ops.variables) is deprecated and will be removed in a future version.
Instructions for updating:
Please switch to tf.train.get_or_create_global_step
.E
======================================================================
ERROR: test_train_infer (seq2seq.test.pipeline_test.PipelineTest)
Tests training and inference scripts.


Traceback (most recent call last):
File "/home/nil/seq2seq/seq2seq/test/pipeline_test.py", line 76, in test_train_infer
_clear_flags()
File "/home/nil/seq2seq/seq2seq/test/pipeline_test.py", line 44, in _clear_flags
tf.app.flags.FLAGS = tf.app.flags._FlagValues()
AttributeError: module 'tensorflow.python.platform.flags' has no attribute '_FlagValues'


Ran 2 tests in 0.134s

from seq2seq.

prp20 avatar prp20 commented on April 28, 2024

Yes, Just tried to run the same code as above but ran into similar problems as mentioned by @Sammyreus

from seq2seq.

fooSynaptic avatar fooSynaptic commented on April 28, 2024

still cannot pass the test similar with the problem of @Sammyreus

from seq2seq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.