CyberZHG / keras-gpt-2

Load GPT-2 checkpoint and generate texts

Home Page:https://pypi.org/project/keras-gpt-2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatible depandence warning using with keras-bert.

BrikerMan opened this issue · comments

Describe the Bug

Pip install will report ERROR while using keras-bert with keras-gpt2.

ERROR: keras-gpt-2 0.10.0 has requirement keras-transformer==0.25.0, but you'll have keras-transformer 0.23.0 which is incompatible.

Version Info

keras-bert==0.57.0
keras-gpt-2==0.10.0

Specific versions were removed. Use:

keras-bert==0.57.1
keras-gpt-2==0.11.1

Specific versions were removed. Use:

keras-bert==0.57.1
keras-gpt-2==0.11.1

Thanks, man.