xslittlegrass

Results 9 comments of xslittlegrass

Thanks for letting me know. I will fix this when I figure out what's are changes of the API in the new version.

@im2ex I'll add the comment, thanks for the reminder.

Could you try the weight file from the link in the readme?

@tornadomeet pr sent. Thanks.

I did a similar test and the parameters seem to match for me. The "camera_info" topic of LSD_room.bag has the following message: ``` header: seq: 2743 stamp: secs: 1400002262 nsecs:...

@Atles The rnn_cell, rnn, etc. can now be imported correctly with your fix, but I'm getting an error in the code about the `zero_state`. It seems to have returned a...

@Atles I pulled directly from your repo at https://github.com/Atles/AI_Composer. In that repo, the line you mentioned is ``` cell = cell_class(hidden_size) ``` If I add the `input_size=input_size`, the error about...

@Atles That's strange. What version of tensorflow are you using?

@Atles That's strange. I'm using version 0.11 and get the error. I'm seeing that `self.cell.zero_state(batch_size, tf.float32)` returns a tuple ``` ( LSTMStateTuple(c=, h=), LSTMStateTuple(c=, h=) ) ``` Do you have...