1. 01 7月, 2021 1 次提交
  2. 24 3月, 2021 1 次提交
    • S
      Change how OSS Keras import python deps. · 9372aa7a
      Scott Zhu 提交于
      1. Remove tf as its workspace deps.
      2. All the python code will be retrieved via pip install, rather than pip rule. This is possible since we remove the tf from workspace, which has high priority than the PIP package from local venv.
      3. Install all the required python deps via "pip install -r requirements.txt".
      
      This setting should enable us to have "pip uninstall keras-nightly" once we add it to tf-nightly as a deps. Since all the deps are controlled in local venv within the build script.
      
      PiperOrigin-RevId: 364604880
      9372aa7a
  3. 23 3月, 2021 1 次提交
  4. 08 12月, 2020 1 次提交
    • K
      Initial commit for tensorflow/python/keras to Github project keras-team/keras. · 4fd825dd
      Keras Team 提交于
      Currently the code is still under development/migration and it is NOT the source of truth. The code in tensorflow/tensorflow repository IS the source of truth for the moment. Please send any PR to that. We will send announcement for the formal switch when we finish all the migration/workflow work.
      
      We will add more documents and setup the developer workflow in the near future.
      
      PiperOrigin-RevId: 345532569
      4fd825dd