tbepler / topaz

Pipeline for particle picking in cryo-electron microscopy images using convolutional neural networks trained from positive and unlabeled examples. Also featuring micrograph and tomogram denoising with DNNs.
GNU General Public License v3.0
170 stars 62 forks source link

Add Intel PyTorch extension #188

Open do-jason opened 5 months ago

do-jason commented 5 months ago

This will add Intel(R) Extension for PyTorch which is for Intel(R) GPU support. This needs Intel patched PyTorch and extension and one can refer https://intel.github.io/intel-extension-for-pytorch/index.html#installation?platform=gpu&version=v2.1.10%2Bxpu page for installation.

This contains the below changes.