X-Loop: help-debbugs@HIDDEN Subject: bug#65127: Python-pytorch slow Resent-From: Cayetano Santos <csantosb@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-guix@HIDDEN Resent-Date: Mon, 07 Aug 2023 14:53:01 +0000 Resent-Message-ID: <handler.65127.B.169141996822414 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 65127 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 65127 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-guix@HIDDEN Reply-To: csantosb@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.169141996822414 (code B ref -1); Mon, 07 Aug 2023 14:53:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Aug 2023 14:52:48 +0000 Received: from localhost ([127.0.0.1]:34090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qT1bE-0005pS-0Q for submit <at> debbugs.gnu.org; Mon, 07 Aug 2023 10:52:48 -0400 Received: from lists.gnu.org ([2001:470:142::17]:38684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <csantosb@HIDDEN>) id 1qT1b9-0005pC-Qs for submit <at> debbugs.gnu.org; Mon, 07 Aug 2023 10:52:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <csantosb@HIDDEN>) id 1qT1b4-0001Ra-8Y for bug-guix@HIDDEN; Mon, 07 Aug 2023 10:52:38 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <csantosb@HIDDEN>) id 1qT1b1-0005Fn-Fv for bug-guix@HIDDEN; Mon, 07 Aug 2023 10:52:37 -0400 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4RKK6h2zshz10x3 for <bug-guix@HIDDEN>; Mon, 7 Aug 2023 14:52:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1691419948; bh=FiPkvXG4U6toKxnw46V9m/D2DOMLa3OUFe07CoR6fXM=; h=From:To:Subject:Date:Reply-To:From; b=EQDtwUnoZwCHsDMfiMkeB/snC0OTHVxW5tuFCD31y+z8iBuVQga1FqmbS6jwotUuH xCXKIDaUPOTyyrPoj7zIQt7AgjmassiPcA1d+6jvSGc1BK1B+pC19TGdkHSySyOQKn Uzg0HWldkPJnqY7k+QloejRTNiK0NUIgxGUIYW1Q= Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@HIDDEN) by localhost (Postfix) with ESMTPSA id 4RKK6h2GjGz10sB for <bug-guix@HIDDEN>; Mon, 7 Aug 2023 14:52:28 +0000 (UTC) User-agent: mu4e 1.10.5; emacs 29.1 From: Cayetano Santos <csantosb@HIDDEN> Date: Mon, 07 Aug 2023 16:50:10 +0200 Message-ID: <87bkfi29ck.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=93.190.126.19; envelope-from=csantosb@HIDDEN; helo=confino.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) Hi guix, I just noticed that the following line (latest guix, as for today) guix shell -C --emulate-fhs --network python python-pytorch python-torchvision -- python3 quickstart_tutorial.py with https://raw.githubusercontent.com/pytorch/tutorials/main/beginner_source/basics/quickstart_tutorial.py is noticeably slower than the version of the torch suite provided by conda, for example. Thanks, Cayetano Santos
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: csantosb@HIDDEN Subject: bug#65127: Acknowledgement (Python-pytorch slow) Message-ID: <handler.65127.B.169141996822414.ack <at> debbugs.gnu.org> References: <87bkfi29ck.fsf@HIDDEN> X-Gnu-PR-Message: ack 65127 X-Gnu-PR-Package: guix Reply-To: 65127 <at> debbugs.gnu.org Date: Mon, 07 Aug 2023 14:53:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-guix@HIDDEN If you wish to submit further information on this problem, please send it to 65127 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 65127: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D65127 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.