Jing Xu
Jing Xu
I think you did not compile cext successfully. Maybe you should complie as README firstly~
> > In my cae, the tensorflow_framework library file's name was not libtensorflow_framework.so but libtensorflow_framework.so.1. The tensorflow version is 1.14.0. > > I just made symbolic link for it and...
Same question, any solution? T.T
@ttq85 Thanks for your hint! I v tried your solution, but it is stuck after printing "into direct_generate" while inference. Have u ever meet this problem? My devices are 2*V100.
Same problem, seems to be an issue with deepspeed. Have you solve this problem?
> ``` > def _create_convnext(variant, pretrained=False, **kwargs): > if kwargs.get('pretrained_cfg', '') == 'fcmae': > # NOTE fcmae pretrained weights have no classifier or final norm-layer (`head.norm`) > # This is...