Y
Hacker News
new
|
ask
|
show
|
jobs
by
robinson-wall
3432 days ago
This is nice work, but anyone wanting to try it for themselves should be warned that you shouldn't unpickle data received from an untrusted source.
https://blog.nelhage.com/2011/03/exploiting-pickle/
2 comments
wroscoe
3432 days ago
I copied this method of loading datasets from Keras.
https://github.com/fchollet/keras/blob/master/keras/datasets...
. What's a better alternative.
link
Drdrdrq
3431 days ago
Another serialization format which doesn't create objects, like JSON, XML, CSV,...
link
str33t_punk
3432 days ago
glad to see this as the first comment
link
kordless
3432 days ago
Anti-pickler.
link