raver119
raver119
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that. We should add configuration option to relu_layer.
Right now the same vocab is used as namespace for both labels and words. Which isn't good, i.e. you can have some word `finance` and label `finance`, and that will...
We need to provide "single header file" for libnd4j exported functions available in static/shared libraries.
In order to avoid maintenance of 2 separate distributed training implementations (DL4j and SameDiff), we need to migrate existing DL4j implementation, by using transparent DL4j -> SameDiff conversion followed by...