ChineseBert icon indicating copy to clipboard operation
ChineseBert copied to clipboard

The version conflict of the pytorch-lightening

Open TheOnlylight opened this issue 3 years ago • 1 comments

Hello, I have met a version conflict and unable to manage it. (I am not quite familiar with the pytorch-lightning) image

This expression here seems to have been deprecated in the newer version, this call back mechanism cannot be found in the User guide for pytorch lightning and the errrorpage also says that image so i changed it into the below way

image and the afore-mentioned problem is gone, instead this thing appear image It seems tobe some what run out of num, how ever the dataset i custommed before was verified using the supplied method image

There is also another possible thing that's probably going on, which is the relative path in use. But that is not likely to be the case

TheOnlylight avatar Aug 04 '21 14:08 TheOnlylight

Please check the requirement.txt to make sure you install the right version

zijunsun avatar Aug 10 '21 03:08 zijunsun