bigZ
bigZ
用python -m rasa train --config configs/config.yml --domain configs/domain.yml --data data/来训练的时候出现InvalidPolicyConfig: Module for policy 'KerasPolicy' could not be loaded. Please make sure the name is a valid policy.是不是因为2.0以上版本没有这个策略?谢谢解答
https://github.com/allenai/bilm-tf/blob/7cffee2b0986be51f5e2a747244836e1047657f4/bilm/model.py#L547 lstm_cell.state_size is an Integer or TensorShape, what does "for dim in lstm_cell.state_size" mean? And I don't know how "state_update_op = tf.assign(init_states[i], new_state)" works, since you assign init_states using "tf.zeros([self._max_batch_size,...
Traceback(most recent call lats): File "app.py", line 12, in sess,detection_graph = load_model() File "XXX\flask-object-detection-master\backend\tf_inference.py", line 14, in load_model od_graph_def.ParseFromString(serialized_graph) google.protobuf.message.DecodeError: Error Parsing message. 我用的是Python3.7,tensorflow1.15.0,请问这是为什么呢?
环境信息: centos 7.9 gcc/g++ 4.8.5 cmake3 3.17.5 Make 3.82 fisco bcos 3.6 key-manager release-3.0.0-rc4 报错信息如下: ``` [root@617b83f6057a node0]# ls conf ca.crt node.pem ssl.key cert.cnf node.pem.bak.1715875393 ssl.key.bak.1715875378 node.nodeid ssl.crt ssl.nodeid [root@617b83f6057a...