Code Monkey home page Code Monkey logo

Comments (7)

deepcs233 avatar deepcs233 commented on July 27, 2024

Hi!
It looks like you have not installed the vision encoder correctly. The model name should be memfuser_baseline_e1d3_return_feature, instead of ResNet.

"vfs_fuse.c:281 UCX ERROR inotify_add_watch(/tmp) failed: No space left on device"

Maybe you don't have enough disk space?

You can try the following steps:

  1. pip uninstall timm
  2. cd vision_encoder/
  3. python setup.py develop

from lmdrive.

dszpr avatar dszpr commented on July 27, 2024

Hi!
After uninstall timm and 'python setup.py develop' the vision_encoder, I just can't find timm module:
ModuleNotFoundError: No module named 'timm'
I also tried to use 'pip install -e .' to install vision_encoder, and the log printed 'Successfully installed timm'. However, I just can't find timm module by 'pip list'. So it seems the module wasn't installed properly anyway.
I conduct the project in DOCKER instead of CONDA environment, does this has something to do with the failure of installing the vision_encoder?

from lmdrive.

deepcs233 avatar deepcs233 commented on July 27, 2024

Hi!
I just created a blank conda env and installed the package. It's ok to run the following script:

import timm
timm.create_model('memfuser_baseline_e1d3_return_feature')

Maybe you need to create a conda env in your docker?

from lmdrive.

deepcs233 avatar deepcs233 commented on July 27, 2024

Also, I have updated the Setup section in readme and some files in the repo. Please use the latest version.

from lmdrive.

kongdehong avatar kongdehong commented on July 27, 2024

I run the following scripts and it has an Unknown Model error. Is it because timm's model name changed.
import timm timm.create_model('memfuser_baseline_e1d3_return_feature')

from lmdrive.

Dagoli avatar Dagoli commented on July 27, 2024

pip install timm==0.4.13 @dszpr @deepcs233

from lmdrive.

Dagoli avatar Dagoli commented on July 27, 2024

pip install timm==0.4.13 @dszpr @deepcs233

from lmdrive.

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.