Closed cookpa closed 2 months ago
@ncullen93 thanks for this - starting a new issue for it
One thing I wanted to ask (re: #108) is whether the requirements should be tensorflow-gpu instead of tensorflow.
I'm less familiar with keras, is there an equivalent like keras-gpu? Or does normal keras just work?
GPU vs. no-GPU is a tensorflow distinction. This used to be a big headache when I would try to coordinate packages in ANTsRNet as it sits on a Python layer. However, it seems as though that has been recently much better sorted out in an automatic fashion.
Huh, looks like tensorflow-gpu
is now deprecated. So hopefully we're good on that front. I guess it's down to individual users to make sure they install a tensorflow that is compatible with their cuda version according to
Good to know. Thanks.
Originally posted by @ncullen93 in https://github.com/ANTsX/ANTsPyNet/issues/93#issuecomment-2080379979