sxs4337

Results 14 comments of sxs4337

Any updates on this? Not sure what model name should be used for run the inference.

Was able to run with this- ```python inference.py --checkpoint=../model/model-171856``` Thanks.

I was able to write h5 data generation scripts. I have uploaded my data generation scripts at- https://github.com/sxs4337/SA-tensorflow/tree/master/prepare_data See if these help.

I remember running the CNN feature extraction in caffe back then. I have uploaded some files that should help. https://github.com/sxs4337/SA-tensorflow/tree/master/prepare_data

I am having similar problem. I verified that the GPU is being used. FINAL ([44 x 24 from (405, 325)] 0.9967 3 sosa Total Nodes 36250 Nodes evaluated 10669 Nodes...

Changing the batch size to 1 did not help. I am not sure if have enough understanding of the code to make a single call to the Classify() function as...

Thank you for the help. I made the suggested changes and the output is- Time loading model 29.005 s. CNN time (batch) 2.79471 Prediction comprehensibility 0.00826504 Note- I had to...

Thank you. It will be very helpful to look at the scripts for the pkl file creation, specially for the same pkl files (FEAT_key_vidID_value_features.pkl) that come in the zip file.

I was not able to clarify this so ended up using this repo- https://github.com/sxs4337/SA-tensorflow and have added a few data preparation scripts. Hope it helps.