Moin Nadeem
Moin Nadeem
A few things we would have to assert for this to happen: 1. Is the learning rate scheduler step-wise? If it's epoch-wise, this would lead to a silent failure that...
+1 on this -- I've been wondering if we should move loss from HF's codebase to ours, but didn't have a motivating reason to, so it felt like premature optimization....
😬 Sorry for this, it's my code! I can try to work on this soon -- but feel free to take a stab at it if I don't get it...
Sounds good, let me know if you need help testing, as ~20 minutes each day is spent building the index. For reference, I'm building the index on a Numpy array.
I tried that, but when I try loading it: ``` KeyError Traceback (most recent call last) in () 1 with open("nndescent.pkl", "rb") as f: ----> 2 nndescent = pickle.load(f) /usr/lib64/python2.7/pickle.pyc...
Yeah, it uses the underlying pickle object, so I got the same error unfortunately :/ On Mon, Jul 23, 2018 at 4:37 PM Leland McInnes wrote: > Have you tired...
Hi! I switched secure-forward plugins. Sometimes you should also check permissions if on a Linux-based machine.
Thanks for supporting this! I require the following parameters: `endpoint`, `aws_access_key_id` and `aws_secret_access_key`. I would love this parameter
@romilbhardwaj I think this is roughly what I had in mind, great work! However, why do we need `/mymnt` and `/mynewbucket`? Are these just different file stores?
hi @ani300, do you have an ETA when you will be able to land this?