Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.48 KB

File metadata and controls

18 lines (12 loc) · 1.48 KB
  1. How to import a TF frozen graph (.pb) into the DL4J ecosystem?
    Here,also here

  2. How to set up a SameDiff graph to generate Evaluation data?
    Here

  3. How to run inference on a single minibatch on a samediff graph?
    Here,also here

  4. How to perform advanced operations in samediff? For eg. removing hard coded drop outs Here,also herealso here

  5. How to resize an image using bilinear interpolation?
    Here

  6. How to set up an NLP pipeline for BERT going from raw text in a csv file to a BertIterator that gives feeds the model with the featurized text?
    Here