• RTX-166 variable length messages
    Hello all, I'm using a VAR_SIZE message box in RTX-166. Most of my messages are short, only 2 bytes, but some are longer at 46 bytes. Reading through the manual it says that variable length messages...
  • RTX-166 variable length messages
    Hello all, I'm using a VAR_SIZE message box in RTX-166. Most of my messages are short, only 2 bytes, but some are longer at 46 bytes. Reading through the manual it says that variable length messages...
  • Hierarchical lstm prediction for variable length
    I have the hierarchical input data in format - input_x = [[ 1 , 2 , 11 ] , [ 0 , 22 , 33 ] , [ 0 , 44 , 10 ] , [ 9 , 1 , 32 ]] target_x = [ 0.2 , 0.4 , 0.7 , 0.3 ] Currently , I am implementing the...
  • Hierarchical lstm prediction for variable length
    I have the hierarchical input data in format - input_x = [[ 1 , 2 , 11 ] , [ 0 , 22 , 33 ] , [ 0 , 44 , 10 ] , [ 9 , 1 , 32 ]] target_x = [ 0.2 , 0.4 , 0.7 , 0.3 ] Currently , I am implementing the...
  • How to use variable length array in keil
    I want to port an opensource project using winavr to keil mdk, but keil throw warning: #1271-D: variable-length array field type will be treated as zero-length array field type And when I debug in...