eel4759_classification

Comparison of different ImageNet-based CNN models for classifying diabetic retinopathy images
Log | Files | Refs | README

channels.scm (434B)


      1 (list
      2  (channel
      3    (name 'guix)
      4    (url "https://codeberg.org/dtelsing/Guix")
      5    (branch "pytorch"))
      6  (channel
      7    (name 'guix-rocm)
      8    (url "https://codeberg.org/dtelsing/Guix-ROCm")
      9    (branch "master")
     10    (commit
     11     "84964834d67d3e6edeba5bdef7dc42b4413f91c0"))
     12  (channel
     13    (name 'guix-rocm-ml)
     14    (url "https://codeberg.org/dtelsing/Guix-ROCm-ML")
     15    (branch "master")
     16    (commit
     17     "b6c90eccbbb6e280e7222f12102a69aa963d1de4")))