Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Memory leak #239

Open
jaromiru opened this issue Nov 9, 2017 · 0 comments
Open

Memory leak #239

jaromiru opened this issue Nov 9, 2017 · 0 comments

Comments

@jaromiru
Copy link

jaromiru commented Nov 9, 2017

The tool slowly consumes all available memory (24GB) during fit(). Version 0.7.
Using as:

model = Classifier(
 layers=[
     Layer("Rectifier", units=256),
     Layer("Rectifier", units=256),
     Layer("Rectifier", units=256),
     Layer("Softmax")
 ],
	
 learning_rule='adagrad',
 batch_size=32,
 n_iter=100,
 regularize="L1",
 weight_decay=0.001,
 verbose=True
)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant