[rkward] [Bug 384921] New: assignment of an object not possible

Jan bugzilla_noreply at kde.org
Thu Sep 21 08:24:21 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=384921

            Bug ID: 384921
           Summary: assignment of an object not possible
           Product: rkward
           Version: unspecified
          Platform: unspecified
                OS: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: NOR
         Component: general
          Assignee: rkward-devel at kde.org
          Reporter: yzle at gmx.de
  Target Milestone: ---

R version 3.4.1
rkward_0.6.5

This other software outside of R is required:
- Python
- TensorFlow
- Keras

code example:

library(keras)

layer_input(shape=c(100))
> Tensor("input_9:0", shape=(?, 100), dtype=float32)

input_1 <- layer_input(shape=c(100))
> Error: (list) object cannot be coerced to type 'integer'
> Warning in .rk.get.structure.global("input_1") :
> failure to get object input_1

In a plain R terminal this works flawlessly.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the rkward-devel mailing list