allenai / deepfigures-open

Companion code to the paper "Extracting Scientific Figures with Distantly Supervised Neural Networks" 🤖
Apache License 2.0
135 stars 25 forks source link

Weights are in tar format, not gzip #1

Open nkconnor opened 6 years ago

nkconnor commented 6 years ago

https://s3-us-west-2.amazonaws.com/ai2-s2-research-public/deepfigures/weights.tar.gz

Since this is a tar file, it would be helpful to fix the file name or provide a hint to this in the README

tu-cao commented 4 years ago

Well, I think it is only .tar.

Therefore, You just do tar -xf <file> for decompressing it.

nkconnor commented 4 years ago

Yes exactly, that's why the file should be called .tar not .tar.gz.