User Portlet
Discussions |
---|
Both say they are current for my OS version macOS 11.13.2 (17C89). See pictures below: |
What would be the cause of these errors using the ImageRestyle[] function when trying to use GPU for calculation? Both MXNet Neural Networks and raw CUDA functions and compiles are working pretty well with the configuration below. Why would this... |
Wonderful explainer, thx! Ben, I am a noob to the math you are using, any thoughts on using GPU acceleration, CUDA or OpenCL? I see these articles: Thinking Parallel, Part III: Tree Construction on the GPU ... |
A good source of current information on eGPU's: http://barefeats.com/ |
# Import and "CurrencyTokens" Perhaps not 'common' but I was bitten by it twice until I made it 'my' default for data import. I assume for some legacy reason the stripping of currency symbols is the default behavior of the Import[] function.... |
FYI: Nvidia announces new Titan Xp GPU along with upcoming beta Pascal drivers for the Mac https://9to5mac.com/2017/04/06/nvidia-titan-xp-beta-pascal-drivers-mac/ Update: We have reached out to Nvidia for a statement about compatibility down the... |
Hi David, What platform are you using MMA 11.1 on? I was not expecting my 1080 GPU to be supported on OS X, but I have found 11.1 to say it no longer support GPU for NeuralNet functions at all. At least my 950 card worked with 11.0. Rather... |
Rouge Amoeba's ( https://rogueamoeba.com/freebies/soundflower/ ) free Soundflower might do it, it has been a couple years since I used it.. Their not free Loopback software extension will definitely allow you to redirect Mathematica audio outside at... |
I am a rookie both with Mathematica and CUDA, so take my experiences with Mathematica 11.0 on Ubuntu 16.04 with GTX1070 GPU base on that... also I have different Linux and GPU hardware than you have. It appears to me there are at least three paths... |
I was able to get a correct output using both local and cloud forms on OS X 10.10.5 Mathematica 11.0: wolframscript -code 'Graphics3D[Sphere[ ]]' -format PNG > file.png wolframscript -cloud -code 'Graphics3D[Sphere[ ]]' -format PNG >... |