keras icon indicating copy to clipboard operation
keras copied to clipboard

miss op

Open yajiedesign opened this issue 8 years ago • 0 comments

  • [x] eye Instantiate an identity matrix and returns it.
  • [x] var Variance of a tensor, alongside the specified axis.
  • [x] std Standard deviation of a tensor, alongside the specified axis.
  • [x] any Bitwise reduction (logical OR).
  • [x] all Bitwise reduction (logical AND).
  • [x] permute_dimensions Permutes axes in a tensor. --Already existing transpose
  • [ ] resize_images
  • [ ] resize_volumes
  • [ ] repeat_elements
  • [x] repeat
  • [x] tile
  • [ ] flatten Now mxnet flatten is batch flatten. need normal flatten
  • [x] expand_dims Adds a 1-sized dimension at index "dim". --Already existing
  • [x] squeeze Removes a 1-dimension from the tensor at index "axis".
  • [ ] stack Stacks a list of rank R tensors into a rank R+1 tensor.
  • [ ] one_hot
  • [ ] in_top_k
  • [ ] pool3d No local support. miss same border_mode
  • [x] l2_normalize miss axis or axis can convert to mode
  • [x] hard_sigmoid Activation
  • [x] softsign Activation
  • [ ] atrous_conv2d
  • [ ] separable_conv2d
  • [x] reverse

yajiedesign avatar Jan 18 '17 08:01 yajiedesign