djl icon indicating copy to clipboard operation
djl copied to clipboard

describe as tensorflow model

Open patins1 opened this issue 1 year ago • 0 comments
trafficstars

This feature translates DJL blocks into tensorflow layers. Functional pointers cannot be translated and would need amendment, either in the DJL model (use Blocks.reluBlock() instead of Blocks::relu) or in the generated tensorflow model.

patins1 avatar Apr 01 '24 10:04 patins1