Search found 6 matches

by more11o
Fri May 15, 2020 8:38 am
Forum: General Discussion
Topic: Interesting AMD performace using the ROCm stack
Replies: 10
Views: 35183

Re: Interesting AMD performace using the ROCm stack

That is unusual. Which files is it unable to open? Did you follow the instructions in 'install.md'? I probably should of made it more obvious that had changed. The initial part of training is slow as it has to 'build' everything and then run the training. Please feel free to find me on Discord under...
by more11o
Sat Apr 25, 2020 10:58 pm
Forum: Hardware
Topic: Tesla m40 for deep learning
Replies: 4
Views: 7311

Re: Tesla m40 for deep learning

The 8 pin power connector isn't the same electrically as consumer GPUs. I believe its the same as CPU 8 pin but please double check. I'm not sure what size shroud you are printing but you will probably need the next size up and a high pressure fan. Cooling 250w with a makeshift blower will not be ea...
by more11o
Sat Apr 18, 2020 4:09 am
Forum: General Discussion
Topic: Interesting AMD performace using the ROCm stack
Replies: 10
Views: 35183

Re: Interesting AMD performace using the ROCm stack

The modified source is on my Google drive here . If you're using a virtual env then you'll want to activate that first, i prefer mini-conda over anaconda. Run setup.py and say no to PlaidML and yes to ROCm. It will run as the normal setup would and pull all the dependencies then all you have to do i...
by more11o
Wed Apr 08, 2020 6:04 pm
Forum: General Discussion
Topic: Interesting AMD performace using the ROCm stack
Replies: 10
Views: 35183

Re: Interesting AMD performace using the ROCm stack

Thank you. It was a very long winded way of showing what you summed up and those so inclined now have an idea of how much more performance they may be able to get. I have since managed to get DFL-SAE working and so far test have show the performance improvements to be inline with the tests above. To...
by more11o
Wed Apr 08, 2020 2:11 pm
Forum: General Discussion
Topic: Interesting AMD performace using the ROCm stack
Replies: 10
Views: 35183

Interesting AMD performace using the ROCm stack

Preamble: This was a small project by myself, a non-expert in either Python or Machine Learing (ML). Nvidia is the king of ML, this isn't me attempting to deny that. This was done purely as an 'I wonder if'. The code i've written is not the best and would require some cleanup before anybody program...