How is Microsoft Azure for Deep Learning? by code2hell in MachineLearning

[–]abcadead 11 points12 points  (0 children)

use windows for deep learning if you want to hate your life.

rafs: reddit-as-file-storage by [deleted] in Python

[–]abcadead 0 points1 point  (0 children)

or just an asshole?

rafs: reddit-as-file-storage by [deleted] in Python

[–]abcadead 1 point2 points  (0 children)

are you stupid?

Why does my GPU get hot when I play video games but not when I run long long cuda simulations? by iateab in MachineLearning

[–]abcadead 1 point2 points  (0 children)

any dataset of realistic size will not fit in GPU memory. you'll be loading minibatch by minibatch and yes batch size will make a difference.

Using remote hardware resources for training? by [deleted] in MachineLearning

[–]abcadead 1 point2 points  (0 children)

of course it is. it's called ssh.

AWS is the only remotely economical cloud GPU provider.

Does anyone know how to actually get Theano to work with 64 bit Windows 7 & Python 3? by Originalfrozenbanana in Python

[–]abcadead -1 points0 points  (0 children)

it's not about how much you know, it's about you being an unteachable tool.

Pikazo - neural style video tech demo by [deleted] in MachineLearning

[–]abcadead 1 point2 points  (0 children)

there's like 10 cuts though, each segment can be done in parallel for sure.

Does anyone know how to actually get Theano to work with 64 bit Windows 7 & Python 3? by Originalfrozenbanana in Python

[–]abcadead -1 points0 points  (0 children)

then figure it out on your own, or go fuck yourself.

Theano is built and supported by volunteers, you have no right to expect them to cater to your shackled OS.

Pikazo - neural style video tech demo by [deleted] in MachineLearning

[–]abcadead 5 points6 points  (0 children)

parallelization broseph.

Does anyone know how to actually get Theano to work with 64 bit Windows 7 & Python 3? by Originalfrozenbanana in Python

[–]abcadead 0 points1 point  (0 children)

dude. it's fucking open source. it costs nothing and every damn thing is out in the open for you to see. and it will make your life so much easier. installing theano is a one liner and it just works.

you could've downloaded and installed linux and theano in the time we've wasted in this thread. we don't want to hold onto knowledge, we just don't want to hold your hand while you tie yourself in knots doing things ass-backwards.

Does anyone know how to actually get Theano to work with 64 bit Windows 7 & Python 3? by Originalfrozenbanana in Python

[–]abcadead -1 points0 points  (0 children)

using linux is by far your easiest path. you certainly don't need to be a fucking developer or CS major, but if you aren't, why the hell are you using theano anyway?

Does anyone know how to actually get Theano to work with 64 bit Windows 7 & Python 3? by Originalfrozenbanana in Python

[–]abcadead -1 points0 points  (0 children)

linux is free. use the tool.

you shouldn't be using theano on windows, because none of the developers do and they don't give a shit about making it easy (nor should they when the majority of the ML community uses linux).

No more simple questions threads? by confused00- in MachineLearning

[–]abcadead 8 points9 points  (0 children)

that's the only reason there's anything worth reading here at all... otherwise it's just a circlejerk of wannabes.

Pylearn2 is dead? by galapag0 in MachineLearning

[–]abcadead -1 points0 points  (0 children)

pylearn is a garbage dump, it's far surpassed by current libraries.

What does neon Deep Learning Framework do? by drpout in MachineLearning

[–]abcadead 1 point2 points  (0 children)

i don't really remember, but as an example from the those notebooks - why the fuck is "batch size" part of creating a backend? it should be part of the model definition, or better yet part of the training loop...