File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed
Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -66,17 +66,12 @@ landing_page:
6666
6767 - classname : devsite-landing-row-cards
6868 items :
69- - heading : " Sample YouTube video"
70- youtube_id : P4_rJfHpr7k
71- buttons :
72- - label : Watch the video
73- path : https://www.youtube.com/watch?v=P4_rJfHpr7k
74- - heading : " Sample blog post"
69+ - heading : " Introducing Neural Structured Learning in TensorFlow"
7570 image_path : /resources/images/tf-logo-card-16x9.png
76- path : https://medium.com/tensorflow
71+ path : https://medium.com/tensorflow/introducing-neural-structured-learning-in-tensorflow-5a802efd7afd
7772 buttons :
7873 - label : Read on TensorFlow blog
79- path : https://medium.com/tensorflow/
74+ path : https://medium.com/tensorflow/introducing-neural-structured-learning-in-tensorflow-5a802efd7afd
8075 - heading : TF-NSL on GitHub
8176 image_path : /resources/images/github-card-16x9.png
8277 path : https://github.com/tensorflow/neural-structured-learning
Original file line number Diff line number Diff line change 11[metadata]
22license-file = LICENSE
33
4- [wheel ]
4+ [bdist_wheel ]
55universal = 1
66
77[aliases]
Original file line number Diff line number Diff line change 2727
2828setuptools .setup (
2929 name = "neural-structured-learning" ,
30- version = "0 .0.0" ,
30+ version = "1 .0.0" ,
3131 author = "Google LLC" ,
3232 description = "TensorFlow Neural Structured Learning" ,
3333 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments