1. 30 6月, 2021 1 次提交
    • W
      Add sign op and fixed some bugs in TF search model (#633) · f9da3dcb
      WJJ1995 提交于
      * add TF sign op
      
      * fix TF squeeze bug
      
      * fix TF expandDims bug
      
      * support squeeze_dims is empty
      
      * delete TF stridedslice op input type is bool
      
      * support TF infer_tensor func input type is int
      
      * fixed stridedslice bug
      f9da3dcb
  2. 24 5月, 2021 1 次提交
  3. 12 5月, 2021 1 次提交
  4. 29 4月, 2021 1 次提交
  5. 10 4月, 2021 1 次提交
  6. 09 4月, 2021 1 次提交
  7. 01 4月, 2021 1 次提交
  8. 18 1月, 2021 1 次提交
  9. 11 1月, 2021 1 次提交
  10. 06 1月, 2021 1 次提交
  11. 05 1月, 2021 1 次提交
  12. 29 12月, 2020 1 次提交
  13. 17 12月, 2020 1 次提交
  14. 09 12月, 2020 1 次提交
  15. 04 12月, 2020 1 次提交
  16. 02 12月, 2020 1 次提交
  17. 25 11月, 2020 2 次提交
  18. 24 11月, 2020 1 次提交
  19. 23 11月, 2020 2 次提交
  20. 13 11月, 2020 1 次提交
  21. 12 11月, 2020 1 次提交
  22. 11 11月, 2020 4 次提交
  23. 09 11月, 2020 1 次提交
  24. 08 11月, 2020 1 次提交
  25. 06 11月, 2020 2 次提交
  26. 29 10月, 2020 1 次提交
  27. 29 9月, 2020 3 次提交
  28. 25 9月, 2020 1 次提交
  29. 30 6月, 2020 3 次提交
  30. 11 6月, 2020 1 次提交
    • C
      Fix install error about code style. · 6d6d18e5
      cdyangzhenyu 提交于
          When use `python setup.py install`, it will report a error:
      
          ```
          File "/root/miniconda3/lib/python3.7/site-packages/x2paddle-0.7.2-py3.7.egg/x2paddle/op_mapper/tf_op_mapper.py", line 88
              if self.graph.get_node(name).layer_type != "Placeholder"
                                                                      ^
          SyntaxError: invalid syntax
          ```
      
          This commit will resolve the problem.
      6d6d18e5