You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/root/ubuntu/software/anaconda3/lib/python3.7/site-packages/kashgari/utils/crf/crf_losses.py", line 71, in crf_loss
if crf.learn_mode == 'join':
AttributeError: 'Concatenate' object has no attribute 'learn_mode'
The text was updated successfully, but these errors were encountered:
You don't need to do anything to support multi-GPU. It's because this implementation of CRF layer must be the last layer in 'join' mode. However, a concatenation layer will be created to merge the outputs (from CRF layers) from different GPUs.
File "/root/ubuntu/software/anaconda3/lib/python3.7/site-packages/kashgari/utils/crf/crf_losses.py", line 71, in crf_loss
if crf.learn_mode == 'join':
AttributeError: 'Concatenate' object has no attribute 'learn_mode'
The text was updated successfully, but these errors were encountered: