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
处理proto文件夹下的文件总是出错:
(tensorflow) F:\STR\Aster\aster-master>protoc protos/*.proto --python_out=.
aster/protos/rnn_cell.proto: File not found.
aster/protos/hyperparams.proto: File not found.
protos/bidirectional_rnn.proto:4:1: Import "aster/protos/rnn_cell.proto" was not found or had errors.
protos/bidirectional_rnn.proto:5:1: Import "aster/protos/hyperparams.proto" was not found or had errors.
protos/bidirectional_rnn.proto:9:12: "RnnCell" is not defined.
protos/bidirectional_rnn.proto:10:12: "Regularizer" is not defined.
protos/bidirectional_rnn.proto:12:12: "Hyperparams" is not defined.
The text was updated successfully, but these errors were encountered:
处理proto文件夹下的文件总是出错:
(tensorflow) F:\STR\Aster\aster-master>protoc protos/*.proto --python_out=.
aster/protos/rnn_cell.proto: File not found.
aster/protos/hyperparams.proto: File not found.
protos/bidirectional_rnn.proto:4:1: Import "aster/protos/rnn_cell.proto" was not found or had errors.
protos/bidirectional_rnn.proto:5:1: Import "aster/protos/hyperparams.proto" was not found or had errors.
protos/bidirectional_rnn.proto:9:12: "RnnCell" is not defined.
protos/bidirectional_rnn.proto:10:12: "Regularizer" is not defined.
protos/bidirectional_rnn.proto:12:12: "Hyperparams" is not defined.
The text was updated successfully, but these errors were encountered: