rahulvigneswaran / Lottery-Ticket-Hypothesis-in-Pytorch

This repository contains a Pytorch implementation of the paper "The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks" by Jonathan Frankle and Michael Carbin that can be easily adapted to any model/dataset.
321 stars 92 forks source link

Error when running requirements.txt file #30

Open kimjoohyungsd opened 10 months ago

kimjoohyungsd commented 10 months ago

After reading Lottery-Ticket paper I've tried to run the code by refering to your repository. However, I've encountered an error when setting up an environment in the requirements.txt file. It seems like trobles comes from scipy module I will attach only the starting and final error message since it is too long. Could you help me run this file? Thanks in Advance. 스크린샷 2023-10-27 173850 스크린샷 2023-10-27 173850

northhorse0208 commented 5 months ago

Excuse me, have you solved this problem now?