shima khosravani

Results 13 comments of shima khosravani

@fatcat-z yes, this is the link of the model checkpoint: https://storage.googleapis.com/openimages/2017_07/oidv2-resnet_v1_101.ckpt.tar.gz and the other necessary items are in the page : https://storage.googleapis.com/openimages/web/extras.html

Hi @tomhennigan Could I rewrite it to use tf2 ?

Thanks How should I convert it to tf2 ? It is an i3d model. for action recognition I have some weights in .ckpt format which is in tf1 format and...

@tomhennigan Thanks for your response, exactly, I want to finetune the checkpoints you mentioned in your link : https://www.tensorflow.org/hub/tutorials/action_recognition_with_tf_hub I have written the tf1 version of finetune code. now I...

@tomhennigan Do you have any sample code of developing networks with sonnet 2 and tensorflow 2 ?

@tomhennigan In this post https://github.com/google-deepmind/sonnet/issues/128 you mentioned aome changes to convert a class in sonnet 1 to sonnet2 would you please tell me exactly what to do about i3d.py in...

@soCzech I have the same issue, any resolve ?

@lu-wang-g Thanks for your answer, would you please tell me exactly which part of the code I should change ? Sorry, I did not understand. I know my original network...

@lu-wang-g I have read the documentation and wrote some code, but I faced some errors. `meta_path = 'ckpt_tagging/sensifai_tagging.ckpt.meta' # Your .meta file output_node_names = ['multi_predictions'] # Output nodes checkpoint_path =...