Row 2235

Row ID: 2235 | Dataset Entry | Axioma AXP Content Repository

Content Data

This page contains data entry 2235 from the Axioma AXP content repository. The structured data below represents the complete record for this entry.

I have the following code:

import tensorflow as tf from tensorflow.keras import Input, Model, layers

and things like `y = layers.ELU()(y)` work as expected. I wanted to see a list of the available `layers` so I went to the [Tensorflow GitHub repository](https://github.com/tensorflow/tensorflow) and to the `keras` directory. There's a warning in that directory that says:

>STOP! This folder contains the legacy Keras code which is stale and about to be deleted. The current Keras code lives in github/keras-team/keras. > >Please do not use the code from this folder.

I'm guessing the "real" keras code is coming from the [keras repository](https://github.com/keras-team/keras). Is that a correct assumption? How does that version of Keras get there? If I wanted to write my own activation layer next to `ELU`, where exactly would I do that?

Thanks!

FieldValue
text I have the following code: import tensorflow as tf from tensorflow.keras import Input, Model, layers and things like `y = layers.ELU()(y)` work as expected. I wanted to see a list of the available `layers` so I went to the [Tensorflow GitHub repository](https://github.com/tensorflow/tensorflow) and to the `keras` directory. There's a warning in that directory that says: >STOP! This folder contains the legacy Keras code which is stale and about to be deleted. The current Keras code liv…
label r/tensorflow
dataType post
communityName r/tensorflow
datetime 2023-07-23
username_encoded Z0FBQUFBQm5LakwwMGRPeldPM2c1b1lranRIZC14VmUxQmxNZVdCZlEwNU4xeDRJclN4dE1TSGdIa0VaZWY3c3A1ZzdPdjg4eF9jMlgtMGNLVloxcElvellzUENtZ19sM3c9PQ==
url_encoded Z0FBQUFBQm5Lak9FQV9xSEJvVl9DT2phUGZvY3VTejJJQU1nMktuTFlQdEYycjVzblRPVEd2YjFGX1djR0oydUlYTjVIUEszOUFBemlJSzBQTVdpWWZ0M1RsSFNObUZNSnBORWk0eF9PZktzMXJKUi1jQ2EySmZTak1Tc1J0TnBVTlUzdGV3N3pYWDVXejU4WDY3UHk0WmRCZk82N1ZYVHZuUXhTd0pOVGp1ZkVmZktTT2piTGRaNTJRamNFX0ZIazJJODV5azBncER3VzRKMVRaTXQ2MVBNRUp6Tkd5Q2ZxZz09

Raw Record

{
  "text": "I have the following code:\n\n    import tensorflow as tf\n    from tensorflow.keras import Input, Model, layers\n\nand things like `y = layers.ELU()(y)` work as expected. I wanted to see a list of the available `layers` so I went to the [Tensorflow GitHub repository](https://github.com/tensorflow/tensorflow) and to the `keras` directory. There's a warning in that directory that says:\n\n>STOP! This folder contains the legacy Keras code which is stale and about to be deleted. The current Keras code lives in github/keras-team/keras.  \n>  \n>Please do not use the code from this folder.\n\nI'm guessing the \"real\" keras code is coming from the [keras repository](https://github.com/keras-team/keras). Is that a correct assumption? How does that version of Keras get there? If I wanted to write my own activation layer next to `ELU`, where exactly would I do that?\n\nThanks!",
  "label": "r/tensorflow",
  "dataType": "post",
  "communityName": "r/tensorflow",
  "datetime": "2023-07-23",
  "username_encoded": "Z0FBQUFBQm5LakwwMGRPeldPM2c1b1lranRIZC14VmUxQmxNZVdCZlEwNU4xeDRJclN4dE1TSGdIa0VaZWY3c3A1ZzdPdjg4eF9jMlgtMGNLVloxcElvellzUENtZ19sM3c9PQ==",
  "url_encoded": "Z0FBQUFBQm5Lak9FQV9xSEJvVl9DT2phUGZvY3VTejJJQU1nMktuTFlQdEYycjVzblRPVEd2YjFGX1djR0oydUlYTjVIUEszOUFBemlJSzBQTVdpWWZ0M1RsSFNObUZNSnBORWk0eF9PZktzMXJKUi1jQ2EySmZTak1Tc1J0TnBVTlUzdGV3N3pYWDVXejU4WDY3UHk0WmRCZk82N1ZYVHZuUXhTd0pOVGp1ZkVmZktTT2piTGRaNTJRamNFX0ZIazJJODV5azBncER3VzRKMVRaTXQ2MVBNRUp6Tkd5Q2ZxZz09"
}

Entry Information