TimDettmers / sparse_learning

Sparse learning library and sparse momentum resources.
MIT License
377 stars 45 forks source link

Bug: Running multiple iterations runs into an error. #4

Closed TimDettmers closed 5 years ago

TimDettmers commented 5 years ago

If one runs multiple iterations extra arguments are added to the model constructor call with every iteration so that the initialization of the model fails.

TimDettmers commented 5 years ago

Fixed in f21a0f08ba213fefe6d76c4dfcade2075fea1fbb.