kubeedge / ianvs

Distributed Synergy AI Benchmarking
https://ianvs.readthedocs.io
Apache License 2.0
110 stars 45 forks source link

Some problem about the rank.py in ianvs #112

Closed Yoda-wu closed 2 months ago

Yoda-wu commented 2 months ago

i am using the incremental learning paradigm, while produce the rank table, some straght problem occus:

  1. Pandas have no attribute np

image

  1. DataFrame object have no attribute "append"

image

Is that cause by the different version of pandas? but i can not find any information about pd.np

hsj576 commented 2 months ago

The first error may caused by the wrong version of pandas, you could use "pip install pandas==1.1.5" to install the correct version of pandas.