droidicus

Results 7 comments of droidicus

@pluskid I am having a similar Out of Memory problem. Working with a ~500 MB data set, I found that it I set the batch size to be the same...

No difference. I did note that it gives me a different result on runs 1 and 2, but then the same result for runs 2, 3, 4, etc. Weird!

I didn't have much time to look at over the weekend, but I will do some more tests soon. If I can reproduce the behavior with a simple script I...

Alright, this is getting even weirder... Got two files for you here: https://gist.github.com/droidicus/fbad0be977d86754d772 They should be the same, but the output from the two files is different. Running in CPU...

I tried all three solutions (together and separately), I am also saving the values of `w` immediately after training each network, and before setup for the next training begins. I...

The libgit2 site is down for me at the moment, here is the wayback from last week of the API docs: https://web.archive.org/web/20240212173946/https://libgit2.org/libgit2/#HEAD/group/filter

@ethomson I had originally talked to @krlvi on discord about this. My original question was: > I use both Python and iPython Notebooks in my projects, and use https://pypi.org/project/nbstripout/0.2.5/ installed...