GithubHelp home page GithubHelp logo

Comments (5)

sokrypton avatar sokrypton commented on May 10, 2024

The error should now be fixed! Can you refresh and try again on the same example?

from colabfold.

phylars avatar phylars commented on May 10, 2024

Hi. I got exactly the same error as well. By the time I check this issue report, this problem is NOT fixed yet. I repeated so many times with different setting, the same problem always occur like above:

Running model_1_ptm_seed_0: 0%
0/5 [elapsed: 12:50 remaining: ?]

IndexError Traceback (most recent call last)
in ()
188
189 prediction_result, (r, t) = cf.to(model_runner.predict(processed_feature_dict, random_seed=seed),"cpu")
--> 190 outs[key] = parse_results(prediction_result, processed_feature_dict)
191
192 # report

3 frames
/usr/local/lib/python3.7/dist-packages/jax/_src/numpy/lax_numpy.py in _expand_bool_indices(idx, shape)
5400 expected_shape = shape[len(out): len(out) + _ndim(i)]
5401 if i_shape != expected_shape:
-> 5402 raise IndexError("boolean index did not match shape of indexed array in index "
5403 f"{dim_number}: got {i_shape}, expected {expected_shape}")
5404 out.extend(np.where(i))

IndexError: boolean index did not match shape of indexed array in index 2: got (63,), expected (64,)

from colabfold.

sokrypton avatar sokrypton commented on May 10, 2024

@phylars can you refresh the notebook and try again? I wonder if you didn't get the latest notebook yet.

Can you send me the sequence you used (you can email me at [email protected] if it's private) I can try on my side.

from colabfold.

phylars avatar phylars commented on May 10, 2024

@sokrypton Thank you. I just reopened a new one. It works now.

from colabfold.

sokrypton avatar sokrypton commented on May 10, 2024

Yay! Thanks for the report.

from colabfold.

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.