Shriphani Palakodety
Shriphani Palakodety
The indexing appears to assume that the input tensor is a 2D image. Would be nice if you could remove this dependency (or at least support 1D, 2D, 3D).
Since Linux 3.19 unprivileged writing of /proc/self/gid_map has been disabled unless /proc/self/setgroups is written first to permanently disable the ability to call setgroups in that user namespace. This essentially means...
Hi, Thanks for this amazing library. I need to execute a binary using unshare. I am able to execute it in my shell using: `unshare --map-root-user --net -- /path/to/binary` just...
I have added a default-delay-policy (wait 3 seconds before next request). And now, a ready queue is used to look @ the next set of URLs. Increments are done once...
Hi, Right now your crawler polls sites quite aggressively. It would be appropriate to wait for a short while before sending another request to a host.
See the confusion in: #22
A more diverse crawl policy.