Code Monkey home page Code Monkey logo

Comments (5)

PyxAI avatar PyxAI commented on July 21, 2024 2

I also got this error and found that it was caused when using the default parameters of train/val/test split of 949,50,1 (in the bash script).
As the test set only contains a single example when using the default wikipedia dataset, the np array is returned as a non iterable instead of an iterable of a single item. The accumulate function in line 489 of datasets.py is returning the mentioned error.
changing to 939,40,11 solved this issue

from megatron-lm.

ptrblck avatar ptrblck commented on July 21, 2024 1

It seems your datasets are empty and the actual error is:

TypeError: iteration over a 0-d array

Could you check the paths and make sure you can create a dataset instance?

from megatron-lm.

Lepiloff avatar Lepiloff commented on July 21, 2024

Also I have similare error when I run pretrain_gpt2_model_parallel.sh
Both script using python -m torch.distributed.launch

from megatron-lm.

github-actions avatar github-actions commented on July 21, 2024

Marking as stale. No activity in 60 days. Remove stale label or comment or this will be closed in 7 days.

from megatron-lm.

jon-barker avatar jon-barker commented on July 21, 2024

Closing - error explained by @PyxAI

from megatron-lm.

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.