Yu-chun Huang
Yu-chun Huang
**Synopsis:** Setting address object failed on PA-3260 (v8.1.4.H2) while succeeded on PA-3000 (v8.1.2) **Exception:** vsys1 -> address has unexpected text. **Python package:** pan-python=0.13.0 pandevice=0.6.6 **Code snippet (sample):** ``` fw =...
1. Add support for Tensorflow v1.0.1 1. Fix numpy IndexError problems
Specify the version of tensorflow and keras or the code will not run under tensorflow 2
URL should contain object name when deleting firewall address and firewall address group, or Fortigate will do purge and delete all objects which has no references.
Bug fix: TypeError: slice indices must be integers or None or have an __index__ method
I am trying to save and load AttentionSeq2Seq model by calling Model.to_json(), Model.save_weights(), Model.model_from_json() and Model.load_weights() without success. How can I fix this problem?