Giter Club home page Giter Club logo

Comments (4)

CottePutman avatar CottePutman commented on July 28, 2024

I tried tensorflow-gpu 1.13.1 and the major problem was "Blas GEMM launch failed"
It seems like to be caused by the insufficient GPU memory, mine of which is 16GB on RTX 3080 TI.

from deeppath.

CottePutman avatar CottePutman commented on July 28, 2024

Problems in #9 as "ValueError: Error when checking model input: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see 1 array(s), but instead got the following list of 6672 arrays" can be fixed in the following manner:

in evaluate.py, line 41:
original code:
model.fit(training_features, train_labels, nb_epoch=300, batch_size=128)
modify it as:
model.fit(np.array(training_features), np.array(train_labels), epochs=300, batch_size=128)

And it should be working

from deeppath.

AutoCS-wyh avatar AutoCS-wyh commented on July 28, 2024

Do you understand the preprocessing steps for the NELL-995 dataset,such as tasks/${relation}/train_pos and tasks/${relation}/graph.txt.

from deeppath.

CottePutman avatar CottePutman commented on July 28, 2024

Do you understand the preprocessing steps for the NELL-995 dataset,such as tasks/${relation}/train_pos and tasks/${relation}/graph.txt.

No I didn't go deeper down to the detailed algorithm, only managed to run the code and see what it can achieve

from deeppath.

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.