I believe that should be done in a separate PR. I doubt that `formatR` gives 
the most readable code, e.g. I've rarely seen the following style but it 
appears to be on the PR you referred to:
```
convolution_module <- function(net, kernel_size, pad_size, filter_count, stride 
= c(1, 
  1), work_space = 2048, batch_norm = TRUE, down_pool = FALSE, up_pool = FALSE, 
```
or
```
if (Sys.getenv("R_GPU_ENABLE") != "" & as.integer(Sys.getenv("R_GPU_ENABLE")) 
== 
  1) {
```

[ Full content available at: 
https://github.com/apache/incubator-mxnet/pull/12162 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to