Git Product home page Git Product logo

Comments (2)

vinid avatar vinid commented on June 3, 2024

can you share something for me to reproduce this error? e.g., a sample of the npy for example.

My current best guess would be that after

ctm.load("/home/username/saved_topic_model/", 49)

the weights are not on cuda and so you might need to manually do something like ctm.model.to("device")

from contextualized-topic-models.

raymondsim avatar raymondsim commented on June 3, 2024

Hi,

  1. Yes you're right, when I first initialized CTM, it's in GPU but after I loaded trained model, it moves to cpu. Is there any pointers how I can fix this?

Update: I trained CTM on CPU and load it in GPU, that's why it causes this problem. The way I solve it is changing "USE_CUDA" and "device" to true and "cuda" respectively in the for loop here

image

  1. Another problem I am struggling with is the workers problem. I keep getting this warning and when I run topic model along with BART in the same program, it causes CUDA issue. I tried to divide it by two (i.e. int(mp.cpu_count/2) ) but the warning still says I am using 80.

Update: This is caused by the same problem, trained and tested on different machine. The num_data_loader_workers was set to 80 because mp.cpu_count was 80 on my previous device. I modified code here such that if k == "num_data_loader_workers": v = mp.cpu_count()

image

Thanks a lot!

from contextualized-topic-models.

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.