You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , @saudet ,I found all javacpp enum class can not get it really value ,Like
UpsampleMode EmbeddingBagMode RNNNonlinearity PaddingMode TransformerActivation these class have get0() get1() but not to get really value
The text was updated successfully, but these errors were encountered:
What kind of "value" are you looking for?
I don't know these enum class inner logic ,in java /scala almost could view the enum really select value , maybe String or Object or something .
in Idea debug ,I want to debug the value of javacpp -pytorch ,but the layer and options can not view the fields value and method return value ,maybe they are wrapped by Pointer ,we need universal deal them to get really value ,thanks
for most javacpp Object is wrapper so deeply , debug mode only see like that [org.bytedeco.pytorch.UpsampleMode[address=0x1cb5a739640,position=0,limit=0,capacity=0,deallocator=null]
] ,it is make developer confuse ,we need to UnWrapper them ,please show me the how to UnWrapper ,thanks
Hi ,
@saudet ,I found all javacpp enum class can not get it really value ,Like
UpsampleMode EmbeddingBagMode RNNNonlinearity PaddingMode TransformerActivation these class have get0() get1() but not to get really value
The text was updated successfully, but these errors were encountered: