Familiarity with Flux.jlUnderstanding of convolutional layersBasic knowledge of recurrent networks
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
35
研究方向
Refer to the linked MXNet implementation for reference. Start by examining existing convolutional layers in Flux (e.g., Conv, ConvTranspose) and recurrent cells (e.g., LSTM, GRU). Implement a ConvRNN cell similar to the MXNet version, then combine multiple cells to form ConvLSTM. Ensure compatibility with Flux's automatic differentiation. Open a draft PR early for feedback.