From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fis Trivial Subject: Re: Do you use packages in Guix to run neural networks? Date: Wed, 14 Feb 2018 07:27:37 +0000 Message-ID: References: <365e13248634ac1e26cf6678611d550d@hypermove.net> <87mv0ixf07.fsf@gnu.org> <1cb709d0-b282-192c-ce1d-20fbff43430e@fastmail.net> <20180214060734.GA14247@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elrTj-0001Z8-4j for guix-devel@gnu.org; Wed, 14 Feb 2018 02:27:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elrTg-0002Hk-17 for guix-devel@gnu.org; Wed, 14 Feb 2018 02:27:43 -0500 Received: from mail-oln040092006102.outbound.protection.outlook.com ([40.92.6.102]:30496 helo=NAM03-BY2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elrTf-0002Gw-Kp for guix-devel@gnu.org; Wed, 14 Feb 2018 02:27:39 -0500 In-Reply-To: <20180214060734.GA14247@thebird.nl> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins Cc: Guix Devel > On Wed, Feb 14, 2018 at 04:43:50AM +0000, Fis Trivial wrote: >> Sorry for bothering with a completely unrelated topic. >> I'm curious do you train neural network with packages in Guix? Or did >> you packaged related libraries yourself? >>=20 >> I would love to let guix handle all machine learning libraries for me, >> but many of them, especially those nn libraries, require GPU to >> accelerate the speed. But, AFAIK, currently there are no GPU compute >> stack can meet GNU's standard. Unable to put it upstream somehow makes >> me lazy to package them. > > Dennis did some work packaging opencl and arrayfire. It is in here: > > https://gitlab.com/genenetwork/guix-bioinformatics/tree/master/gn/packa= ges > > and may be a reasonable starting point.=20 > > For the propriety stuff, it won't make it into trunk, but you can > still package it and share. > > Pj. Thanks. It will take some time to work things out, but this is starting poi= nt.