Live data from Hacker News

Tensorflow 2.0 Preview

tensorflow.org

1–10 of 41 posts

Re: Tensorflow 2.0 Preview

#2
Are the changes between ~1.13 and 2.0 finalized yet? Last I checked they were still in flux, outside of a few blog posts which state that config defaults changed: https://medium.com/tensorflow/whats-coming-in-tensorflow-2-0...

Biggest change for me is it seems like there's more of an incentive to use tf.keras instead of external Keras, for simplicity.

Re: Tensorflow 2.0 Preview

#3
Couldn't find anything about it, but does anyone know if it supports Python 3.7 yet? Just messed around with TF yesterday on a Windows dev box, and the version downgrade shuffle was annoying.

Re: Tensorflow 2.0 Preview

#4
What's interesting about Google is, they can have open source products that are hated a big % of devs (Angular) and something that doesn't have that problem (Tensorflow).

I wonder what's the underlying issue behind this disparity. Wonder if it the teams themselves behind those products...

Re: Tensorflow 2.0 Preview

#5
post #4

What's interesting about Google is, they can have open source products that are hated a big % of devs (Angular) and something that doesn't have that problem (Tensorflow). I wonder what's the underlying issue behind this disparity. Wonder if it the teams themselves behind those products...

Maybe it's the software itself and nothing associated with it. When something is 'Google' it's not automatically good or bad.

Re: Tensorflow 2.0 Preview

#6
post #4

What's interesting about Google is, they can have open source products that are hated a big % of devs (Angular) and something that doesn't have that problem (Tensorflow). I wonder what's the underlying issue behind this disparity. Wonder if it the teams themselves behind those products...

Angular is hated? Angular is my only way out of Javascript fatigue, it just works.

Re: Tensorflow 2.0 Preview

#7
post #6
post #4

What's interesting about Google is, they can have open source products that are hated a big % of devs (Angular) and something that doesn't have that problem (Tensorflow). I wonder what's the underlying issue behind this disparity. Wonder if it the teams themselves behind those products...

Angular is hated? Angular is my only way out of Javascript fatigue, it just works.

It gets a lot of hate on HN when compared to React/Vue/etc, but I used it for years and it was a breathe of fresh air coming from raw JS. I think a lot of people on HN form opinions on software and its landscape without actually using it or interacting with its community (outside of HN).

Re: Tensorflow 2.0 Preview

#8
post #4

What's interesting about Google is, they can have open source products that are hated a big % of devs (Angular) and something that doesn't have that problem (Tensorflow). I wonder what's the underlying issue behind this disparity. Wonder if it the teams themselves behind those products...

I'm no fan of Angular but that's a bit harsh.

Surely it's just the difference between a product for mass consumption and a niche one.

Re: Tensorflow 2.0 Preview

#9
post #4

What's interesting about Google is, they can have open source products that are hated a big % of devs (Angular) and something that doesn't have that problem (Tensorflow). I wonder what's the underlying issue behind this disparity. Wonder if it the teams themselves behind those products...

Uh TF is quite hated nowadays as people get access to better alternative frameworks

Re: Tensorflow 2.0 Preview

#10
A guy from Google Brain came over to a Capital One meetup and talked at length about the `autograph` module; check it out! I remember they did some neat things with extending Python's operator overloading in order to generate Tensorflow graph code.
Post reply on HN