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
dali-examples/examples/bidirectional_sentiment.cpp: In instantiation of ‘std::tuple<Mat<R>, Mat<R> > BidirectionalLSTM<T>::activate_sequence(Indexing::Index, T) [with T = float]’:
dali-examples/examples/bidirectional_sentiment.cpp:526:9: required from here
dali-examples/examples/bidirectional_sentiment.cpp:254:51: error: ‘conv1d’ is not a member of ‘MatOps<float>’
auto convolved = MatOps<T>::conv1d(
^
The text was updated successfully, but these errors were encountered:
Here is the error
The text was updated successfully, but these errors were encountered: