Giter VIP home page Giter VIP logo

Comments (3)

jiminbot20 avatar jiminbot20 commented on May 25, 2024

similar problem happens, when running from this line below

#-----------------------------------------Wav2Vec2-PT-----------------------------------------------

Traceback (most recent call last):
File "/opt/conda/bin/paiprun", line 8, in
sys.exit(main())
File "/opt/conda/lib/python3.8/site-packages/paips/run_paips.py", line 50, in main
main_task.run()
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 459, in run
out_dict = self.__serial_run(run_async=run_async)
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 346, in __serial_run
outs = self.process()
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 654, in process
out_dict = task.run()
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 459, in run
out_dict = self.__serial_run(run_async=run_async)
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 346, in __serial_run
outs = self.process()
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 654, in process
out_dict = task.run()
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 471, in run
out_dict = self.__serial_map(iteration=iteration,run_async=run_async)
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 395, in __serial_map
outs.append(self.__serial_run(run_async=run_async))
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 346, in __serial_run
outs = self.process()
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 654, in process
out_dict = task.run()
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 459, in run
out_dict = self.__serial_run(run_async=run_async)
File "/opt/conda/lib/python3.8/site-packages/paips/core.py", line 346, in __serial_run
outs = self.process()
File "/home/emotion/ser-with-w2v2/tasks/normalize.py", line 100, in process
grouped_data = data.loc[data[normalization_by] == g][col]
File "/opt/conda/lib/python3.8/site-packages/pandas/core/frame.py", line 3455, in getitem
indexer = self.columns.get_loc(key)
File "/opt/conda/lib/python3.8/site-packages/pandas/core/indexes/base.py", line 3363, in get_loc
raise KeyError(key) from err
KeyError: 'wav2vec2'

from ser-with-w2v2.

jiminbot20 avatar jiminbot20 commented on May 25, 2024

I cannot solve this problem. Could you please help?

from ser-with-w2v2.

jiminbot20 avatar jiminbot20 commented on May 25, 2024

It was my mistake that I erased
data[output_column] = data['filename'].progress_apply(extract_embedding)

becaues this line occurs an error
AttributeError: 'Series' object has no attribute 'progress_apply'

It solved with undergrading tqdm version into 1.2.5.

from ser-with-w2v2.

Related Issues (18)

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.