Ishant Mrinal Haloi

Results 3 comments of Ishant Mrinal Haloi

Using `tf_agents.policies.policy_loader.load` I can load policy. Thanks. In this case, my concern is how I can use TF Serving if the policy can not be loaded with standard `saved_model.load`?

Inception v4 needs careful design, as it uses VALID padding for some layers (size mismatches due to valid padding only ). So to make thing simple you can use SAME...

Use `--hparams=config.yaml` in the model export step to input the correct number of input classes. ``` python model_inspect.py --runmode=saved_model --hparams=config.yaml ..... ```