Shrestha Malik
Shrestha Malik
What is the output dimension of self.preds (line 77)? Can anyone share? here: https://github.com/BichenWuUCB/squeezeDet/blob/master/src/nets/squeezeDet.py
I get this error, I can handle it by reshaping the variance or the scaling factor, but not sure if this leads to other errors. Anyone facing this?
Hi, I was able to convert the model from caffe to tensorflow using the repo. The model is a CNN with mainly conv, batch normalisation, maxpool ,fully connected and softmax...
Add control dependency to the translated nGraph nodes. first_ng_op_map stores the entry point nGraph nodes and ng_op_map stores the exit point nGraph nodes for each Tf translated op. After the...
Updated the Readme: - Added installation steps for building option 3 (tf-ng) - Added table to point out the difference between the options, some other notes (needs more inputs) -...
Hi, I was trying to implement and test a model based on the branch tutorial (05 Defining complex branching models. When simple sequential lists of layers do not suffice for...