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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
"@irenedea Is there a clear way to extract a floating value out of a DTensor? Because that's what I'll need to do to use the DiffKt function for the graph..."
It's not easy to transform a DTensor into a list that is consumable by lets-plot
We can address this by either (1) adding helper functions for lets-plot that take DTensor/FloatTensor as input or (2) adding helper functions to transform DTensor/FloatTensor to Kotlin lists
The text was updated successfully, but these errors were encountered:
"@irenedea Is there a clear way to extract a floating value out of a
DTensor
? Because that's what I'll need to do to use the DiffKt function for the graph..."Originally posted by @thomasnield in https://github.com/facebookresearch/diffkt/pull/459#discussion_r829253228
It's not easy to transform a DTensor into a list that is consumable by lets-plot
We can address this by either (1) adding helper functions for lets-plot that take DTensor/FloatTensor as input or (2) adding helper functions to transform DTensor/FloatTensor to Kotlin lists
The text was updated successfully, but these errors were encountered: