Live data from Hacker News

Tensorflow 1.5.0

github.com

11–20 of 30 posts

Re: Tensorflow 1.5.0

#11
I've been dreading version updates ever since they dropped Mac binary support. There are always obscure things to patch I have to find out by myself, the build easily wastes a whole day.

I think I'm either going to change my workflow and use another OS or switch fully to PyTorch.

Re: Tensorflow 1.5.0

#13
post #4

Earlier quoted context omitted.

k80 is pretty old now, 1080ti have x5 perf of k80 for one tenth of the price

When I say K80, I mean running a GPU in the cloud, not running it locally (and as an aside, due to the crypto boom, buying a physical GPU for cheap is more difficult)

A nice compromise is the GTX1080 that you can rent at Hetzner for 100e/month [0]. I am not sure how it compares to other GPUs but for experimenting it works quite well.

[0] https://www.hetzner.de/dedicated-rootserver/matrix-ex

Re: Tensorflow 1.5.0

#14
post #13

Earlier quoted context omitted.

When I say K80, I mean running a GPU in the cloud, not running it locally (and as an aside, due to the crypto boom, buying a physical GPU for cheap is more difficult)

A nice compromise is the GTX1080 that you can rent at Hetzner for 100e/month [0]. I am not sure how it compares to other GPUs but for experimenting it works quite well. [0] https://www.hetzner.de/dedicated-rootserver/matrix-ex

that sounds really nice, thanks for the link

Re: Tensorflow 1.5.0

#15
post #13

Earlier quoted context omitted.

When I say K80, I mean running a GPU in the cloud, not running it locally (and as an aside, due to the crypto boom, buying a physical GPU for cheap is more difficult)

A nice compromise is the GTX1080 that you can rent at Hetzner for 100e/month [0]. I am not sure how it compares to other GPUs but for experimenting it works quite well. [0] https://www.hetzner.de/dedicated-rootserver/matrix-ex

ah, 100e. it's still really good

Re: Tensorflow 1.5.0

#16

So is it an easy process to convert a tensorflow program from 1.4 to 1.5? When I tried converting something from 0.9 to 1.0 I couldn't figure it out.

0.9 wasn't production ready and they didn't guarantee backward compatibility until 1.0. So nothing to change from 1.4 to 1.5, maybe you will have some warnings about features that will change in the future, but it will work.

Re: Tensorflow 1.5.0

#17
post #11

I've been dreading version updates ever since they dropped Mac binary support. There are always obscure things to patch I have to find out by myself, the build easily wastes a whole day. I think I'm either going to change my workflow and use another OS or switch fully to PyTorch.

I have recently compiled the -rc1 on MacOS 10.12, and the process has basically remained unchanged from 1.4. Here's a gist with my notes: https://gist.github.com/MatthiasWinkelmann/41dd42b07f8bd794a...

(I still used CUDA 8, but 9 should also work. You just need to find the version of the command line tools it works with)

Re: Tensorflow 1.5.0

#18
post #13

Earlier quoted context omitted.

When I say K80, I mean running a GPU in the cloud, not running it locally (and as an aside, due to the crypto boom, buying a physical GPU for cheap is more difficult)

A nice compromise is the GTX1080 that you can rent at Hetzner for 100e/month [0]. I am not sure how it compares to other GPUs but for experimenting it works quite well. [0] https://www.hetzner.de/dedicated-rootserver/matrix-ex

It's actually 118e/month (the price on the webiste are excluding VAT).

I'm using it, and I can only recommend - 0 problems, pretty decent box for a low price. Great solution, and waiting for the crypto bubble to burst and GPU prices to fall !

Post reply on HN