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...
A lot responses challenging your Angular-is-hated claim, but I'd like to challenge your other one. Tensorflow is not necessarily the most loved framework, despite it being in python, and being around for years now. This is in stark contrast to the way TF was marketed and hyped up, as the f/w that's going to take over the world of DL. That clearly didn't happen. I think torch/pytorch is more popular (but don't quote m…
Tensorflow 2.0 Preview
21–30 of 41 posts
Re: Tensorflow 2.0 Preview
#22What'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
#23Earlier quoted context omitted.
A lot responses challenging your Angular-is-hated claim, but I'd like to challenge your other one. Tensorflow is not necessarily the most loved framework, despite it being in python, and being around for years now. This is in stark contrast to the way TF was marketed and hyped up, as the f/w that's going to take over the world of DL. That clearly didn't happen. I think torch/pytorch is more popular (but don't quote m…
what other viable projects besides tf/torch you would recommend to take a look at?
Re: Tensorflow 2.0 Preview
#24Couldn'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
#25What'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...
It will be interesting to see if tensorflow retains a fairly high level of popularity over time. The 1->2 transition is a big risk for them because so many people are on TF 1, there's a ton of intrusive changes.
Re: Tensorflow 2.0 Preview
#26Earlier quoted context omitted.
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).
Have used both, though granted React was the first SPA i learnt and i had to use Angular 1.x (shudders) and i absolutely hate working Angular 1.x.
It has it's warts, but I still love it as it's productivity factor is off the charts. Tried getting into Vue but do not want to deal with the complexity of learning a build tool. Could not get routing to work in Vue with static files.
Re: Tensorflow 2.0 Preview
#27Re: Tensorflow 2.0 Preview
#28What'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
#29What'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
#30Can someone summarize the changes between 1.13 and 2.0? Given the major version increment, I'd assume there's a major paradigm shift.