Jonathan Zarecki
Jonathan Zarecki
Any update on this?
You got the retain_graph error right ? What happened when you just set it to true ?
Did you get it working ?
You can just set "retain_graph=True", however it causes all the graphs to be retained (to be expected) and it really blows up the GPU memory usage
Nice job, looks like you're not wasting any time aren't you ? P.S. if you can look at my page I would be delighted :D #563
coockiecutter is a prerequisite stated in the dependencies, so only a single install is needed.
@samj1912 what does a non-git project type mean? Are there any tests present for 3-way merge creating a merge conflict instead of a .rej file?
Saving the model with pickle basically works, you just need to enlarge the recursion limit in python for it. ``` sys.setrecursionlimit(5000) # avoid limit-exceeded when pickling pickle.dump(sls, open("newp.p", "wb")) #...
Available in my fork https://github.com/yonilx/LSTM-Sentence-Similarity
The [libact](https://github.com/ntucllab/libact) repo looks pretty good, it supports only python 3 tho