mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Create 90-keras-issue.md
Added a tf.keras template to notify the users about `tf.keras` code moved from [tensorflow/tensorflow](https://github.com/tensorflow/tensorflow) repository to [keras-team/keras](https://github.com/keras-team/keras) repository. Also, asking users to create new issues in [keras-team/keras](https://github.com/keras-team/keras/issues) repository.
This commit is contained in:
parent
b18335d73e
commit
56c7a7aa1d
18
.github/ISSUE_TEMPLATE/90-keras-issue.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/90-keras-issue.md
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
name: Keras Issue
|
||||
about: Use this template for reporting a keras issue
|
||||
labels: 'type:keras'
|
||||
|
||||
---
|
||||
|
||||
<em>Please make sure that this is an issue related to keras.
|
||||
tag:keras_template</em>
|
||||
|
||||
|
||||
**Important Notice**
|
||||
-
|
||||
Please note that `tf.keras` code was moved entirely to [keras-team/keras](https://github.com/keras-team/keras) repository
|
||||
-
|
||||
You can open any code/doc bugs, performance issues, and feature requests in [keras-team/keras](https://github.com/keras-team/keras/issues) repository
|
||||
-
|
||||
`tf.keras` related issues opened in [tensorflow/tensorflow](https://github.com/tensorflow/tensorflow) repository may not get attention as [keras-team/keras](https://github.com/keras-team/keras) repository is dedicated for the development of `keras` code
|
||||
Loading…
Reference in New Issue
Block a user