-
How to import a TF frozen graph (.pb) into the DL4J ecosystem?
Here,also here -
How to set up a SameDiff graph to generate Evaluation data?
Here -
How to run inference on a single minibatch on a samediff graph?
Here,also here -
How to perform advanced operations in samediff? For eg. removing hard coded drop outs Here,also herealso here
-
How to resize an image using bilinear interpolation?
Here -
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