Giter Club home page Giter Club logo

Comments (2)

v-iashin avatar v-iashin commented on July 19, 2024

Thanks for letting me know. Indeed, Colab notebook stopped working. It sometimes happens since Google Colab changes its environment frequently.

I did the following changes:

  1. updated the conda version that colab installs
!wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -q --show-progress
!bash ./Miniconda3-latest-Linux-x86_64.sh -b -f -p /usr/local
  1. fixed the locale information by adding
import locale
locale.getpreferredencoding = lambda: "UTF-8"
  1. Removed the build information from env files:
    =p3.7_cuda10.0.130... from pytorch=1.2.0 rows in ./submodules/video_features/conda_env_i3d.yml, ./submodules/video_features/conda_env_vggish.yml, and ./conda_env.yml

However, when I try to extract VGGish features, it fails with AttributeError: module 'torch._C' has no attribute '_broadcast_coalesced'.

Here is the updated notebook:
colab_demo_BMT.ipynb.zip

I don't have time atm to explore it further. Please let me know if you could fix it.

from bmt.

v-iashin avatar v-iashin commented on July 19, 2024

This and the follow-up colab errors are fixed in #58

from bmt.

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.