Page MenuHomePhabricator
Feed Advanced Search

Oct 4 2019

Meloju added a comment to T234519: Your first task: classify sample statements using Citation Needed Models.

Hello everyone! I'm also participating to this Outreachy round and I'm very interested in doing to this project of Wikipedia :)
Thanks for the opportunity, @Miriam!
I'm having the following error when I run the script:

2019-10-03 19:05:10.628372: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found
Traceback (most recent call last):
  File "run_citation_need_model.py", line 17, in <module>
    K.set_session(K.tf.Session(config=k.tf.ConfigProto(intra_op_parallelism_threads=10, inter_op_parallelism_threads=10)))
AttributeError: module 'keras.backend' has no attribute 'tf'

I'm also using Python 3.7, and I have Keras 2.3.0. Maybe this is my issue?
Thanks in advance!

Hi @Meloju, did you check if you installed Tensorflow? the error shows Keras couldn’t find Tensorflow in the backend.

Oct 4 2019, 1:35 AM · Outreachy (Round 19)

Oct 3 2019

Meloju added a comment to T234519: Your first task: classify sample statements using Citation Needed Models.

Hello everyone! I'm also participating to this Outreachy round and I'm very interested in doing to this project of Wikipedia :)
Thanks for the opportunity, @Miriam!
I'm having the following error when I run the script:

Oct 3 2019, 10:40 PM · Outreachy (Round 19)