├── constants.py ├── figures ├── qsgd.pdf ├── speedup.pdf └── theory.pdf └── results ├── eps-th ├── params.pickle └── results.pickle ├── rcv-th ├── params.pickle └── results.pickle ├── baselines └── baselines.pickle ├── eps-quantized ├── params.pickle └── results.pickle ├── rcv-quantized ├── params.pickle └── results.pickle ├── eps-quantized-search ├── figure.pdf ├── params.pickle └── results.pickle ├── rcv-quantized-search ├── figure.pdf ├── params.pickle └── results.pickle ├── eps-par ├── sgd-cores1-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores1-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores1-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores2-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores2-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores2-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores3-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores3-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores3-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores5-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores5-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores5-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores8-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores8-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores8-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores1-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores1-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores1-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores2-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores2-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores2-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores3-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores3-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores3-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores5-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores5-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores5-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores8-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores8-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores8-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores10-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores10-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores10-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores12-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores12-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores12-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores15-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores15-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores15-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores18-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores18-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores18-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores20-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores20-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores20-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores22-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores22-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores22-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores24-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores24-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores24-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores30-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores30-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores30-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores32-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores32-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores32-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores35-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores35-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores35-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores40-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores40-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores40-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores44-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores44-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores44-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores48-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores48-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── sgd-cores48-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores1-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores1-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores1-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores10-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores10-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores10-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores12-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores12-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores12-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores15-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores15-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores15-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores18-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores18-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores18-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores2-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores2-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores2-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores20-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores20-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores20-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores22-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores22-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores22-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores24-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores24-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores24-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores3-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores3-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores3-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores30-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores30-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores30-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores32-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores32-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores32-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores35-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores35-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores35-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores40-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores40-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores40-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores44-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores44-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores44-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores48-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores48-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores48-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores5-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores5-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores5-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores8-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores8-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── top10-cores8-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores10-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores10-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores10-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores12-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores12-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores12-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores15-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores15-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores15-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores18-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores18-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores18-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores20-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores20-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores20-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores22-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores22-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores22-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores24-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores24-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores24-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores30-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores30-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores30-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores32-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores32-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores32-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores35-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores35-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores35-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores40-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores40-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores40-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores44-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores44-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores44-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores48-0 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle ├── rand10-cores48-1 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle └── rand10-cores48-2 │ ├── iters.pickle │ ├── losses.pickle │ └── timers.pickle └── rcv-par ├── sgd-cores1-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores1-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores1-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores2-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores2-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores2-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores3-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores3-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores3-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores5-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores5-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores5-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores8-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores8-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores8-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores1-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores1-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores1-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores2-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores2-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores2-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores3-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores3-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores3-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores5-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores5-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores5-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores8-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores8-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores8-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores10-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores10-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores10-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores12-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores12-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores12-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores15-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores15-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores15-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores18-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores18-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores18-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores20-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores20-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores20-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores24-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores24-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── sgd-cores24-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores1-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores1-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores1-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores10-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores10-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores10-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores12-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores12-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores12-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores15-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores15-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores15-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores18-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores18-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores18-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores2-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores2-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores2-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores20-0 └── iters.pickle ├── top50-cores20-1 └── iters.pickle ├── top50-cores20-2 └── iters.pickle ├── top50-cores24-0 └── iters.pickle ├── top50-cores24-1 └── iters.pickle ├── top50-cores24-2 └── iters.pickle ├── top50-cores3-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores3-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores3-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores5-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores5-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores5-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores8-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores8-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── top50-cores8-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores10-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores10-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores10-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores12-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores12-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores12-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores15-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores15-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores15-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores18-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores18-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores18-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores20-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores20-1 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores20-2 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores24-0 ├── iters.pickle ├── losses.pickle └── timers.pickle ├── rand50-cores24-1 ├── iters.pickle ├── losses.pickle └── timers.pickle └── rand50-cores24-2 ├── iters.pickle ├── losses.pickle └── timers.pickle /constants.py: -------------------------------------------------------------------------------- 1 | INIT_WEIGHT_STD = 0.01 2 | LOSS_PER_EPOCH = 10 3 | -------------------------------------------------------------------------------- /figures/qsgd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/figures/qsgd.pdf -------------------------------------------------------------------------------- /figures/speedup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/figures/speedup.pdf -------------------------------------------------------------------------------- /figures/theory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/figures/theory.pdf -------------------------------------------------------------------------------- /results/eps-th/params.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-th/params.pickle -------------------------------------------------------------------------------- /results/eps-th/results.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-th/results.pickle -------------------------------------------------------------------------------- /results/rcv-th/params.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-th/params.pickle -------------------------------------------------------------------------------- /results/rcv-th/results.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-th/results.pickle -------------------------------------------------------------------------------- /results/baselines/baselines.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/baselines/baselines.pickle -------------------------------------------------------------------------------- /results/eps-quantized/params.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-quantized/params.pickle -------------------------------------------------------------------------------- /results/eps-quantized/results.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-quantized/results.pickle -------------------------------------------------------------------------------- /results/rcv-quantized/params.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-quantized/params.pickle -------------------------------------------------------------------------------- /results/rcv-quantized/results.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-quantized/results.pickle -------------------------------------------------------------------------------- /results/eps-quantized-search/figure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-quantized-search/figure.pdf -------------------------------------------------------------------------------- /results/rcv-quantized-search/figure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-quantized-search/figure.pdf -------------------------------------------------------------------------------- /results/eps-par/sgd-cores1-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores1-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores1-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores1-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores1-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores1-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores2-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores2-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores2-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores2-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores2-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores2-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores3-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores3-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores3-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores3-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores3-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores3-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores5-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores5-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores5-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores5-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores5-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores5-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores8-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores8-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores8-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores8-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores8-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores8-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores1-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores1-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores1-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores1-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores1-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores1-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores2-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores2-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores2-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores2-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores2-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores2-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores3-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores3-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores3-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores3-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores3-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores3-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores5-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores5-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores5-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores5-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores5-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores5-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores8-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores8-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores8-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores8-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores8-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores8-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores1-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores1-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores1-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores1-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores1-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores1-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores2-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores2-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores2-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores2-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores2-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores2-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores3-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores3-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores3-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores3-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores3-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores3-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores5-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores5-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores5-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores5-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores5-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores5-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores8-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores8-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores8-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores8-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores8-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores8-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores1-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores1-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores1-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores1-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores1-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores1-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores1-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores1-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores1-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores1-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores1-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores1-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores10-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores10-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores10-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores10-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores10-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores10-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores10-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores10-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores10-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores10-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores10-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores10-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores10-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores10-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores10-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores10-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores10-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores10-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores12-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores12-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores12-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores12-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores12-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores12-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores12-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores12-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores12-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores12-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores12-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores12-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores12-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores12-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores12-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores12-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores12-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores12-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores15-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores15-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores15-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores15-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores15-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores15-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores15-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores15-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores15-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores15-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores15-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores15-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores15-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores15-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores15-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores15-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores15-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores15-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores18-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores18-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores18-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores18-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores18-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores18-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores18-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores18-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores18-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores18-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores18-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores18-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores18-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores18-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores18-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores18-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores18-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores18-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores2-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores2-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores2-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores2-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores2-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores2-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores2-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores2-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores2-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores2-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores2-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores2-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores20-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores20-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores20-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores20-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores20-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores20-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores20-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores20-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores20-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores20-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores20-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores20-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores20-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores20-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores20-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores20-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores20-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores20-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores22-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores22-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores22-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores22-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores22-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores22-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores22-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores22-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores22-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores22-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores22-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores22-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores22-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores22-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores22-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores22-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores22-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores22-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores24-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores24-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores24-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores24-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores24-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores24-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores24-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores24-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores24-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores24-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores24-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores24-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores24-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores24-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores24-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores24-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores24-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores24-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores3-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores3-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores3-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores3-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores3-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores3-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores3-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores3-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores3-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores3-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores3-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores3-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores30-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores30-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores30-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores30-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores30-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores30-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores30-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores30-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores30-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores30-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores30-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores30-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores30-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores30-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores30-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores30-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores30-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores30-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores32-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores32-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores32-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores32-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores32-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores32-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores32-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores32-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores32-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores32-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores32-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores32-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores32-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores32-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores32-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores32-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores32-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores32-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores35-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores35-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores35-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores35-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores35-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores35-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores35-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores35-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores35-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores35-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores35-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores35-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores35-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores35-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores35-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores35-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores35-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores35-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores40-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores40-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores40-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores40-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores40-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores40-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores40-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores40-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores40-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores40-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores40-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores40-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores40-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores40-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores40-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores40-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores40-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores40-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores44-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores44-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores44-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores44-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores44-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores44-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores44-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores44-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores44-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores44-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores44-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores44-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores44-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores44-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores44-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores44-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores44-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores44-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores48-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores48-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores48-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores48-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores48-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores48-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores48-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores48-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores48-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores48-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores48-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores48-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores48-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores48-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores48-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores48-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores48-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores48-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores5-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores5-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores5-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores5-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores5-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores5-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores5-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores5-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores5-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores5-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores5-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores5-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores8-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores8-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores8-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores8-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores8-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores8-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores8-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores8-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores8-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores8-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/sgd-cores8-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/sgd-cores8-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores1-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores1-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores1-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores1-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores1-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores1-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores1-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores1-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores1-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores1-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores1-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores1-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores1-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores1-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores1-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores1-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores1-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores1-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores10-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores10-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores10-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores10-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores10-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores10-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores12-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores12-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores12-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores12-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores12-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores12-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores15-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores15-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores15-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores15-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores15-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores15-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores18-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores18-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores18-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores18-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores18-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores18-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores2-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores2-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores2-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores2-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores2-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores2-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores2-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores2-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores2-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores2-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores2-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores2-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores2-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores2-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores2-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores2-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores2-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores2-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores20-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores20-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores20-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores20-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores20-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores20-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores22-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores22-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores22-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores22-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores22-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores22-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores24-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores24-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores24-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores24-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores24-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores24-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores3-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores3-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores3-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores3-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores3-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores3-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores3-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores3-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores3-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores3-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores3-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores3-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores3-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores3-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores3-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores3-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores3-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores3-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores30-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores30-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores30-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores30-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores30-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores30-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores32-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores32-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores32-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores32-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores32-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores32-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores35-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores35-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores35-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores35-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores35-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores35-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores40-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores40-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores40-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores40-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores40-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores40-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores44-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores44-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores44-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores44-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores44-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores44-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores48-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores48-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores48-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores48-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores48-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores48-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores5-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores5-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores5-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores5-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores5-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores5-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores5-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores5-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores5-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores5-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores5-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores5-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores5-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores5-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores5-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores5-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores5-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores5-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores8-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores8-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores8-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores8-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores8-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores8-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores8-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores8-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores8-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores8-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores8-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores8-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores8-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores8-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores8-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores8-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores8-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores8-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-quantized-search/params.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-quantized-search/params.pickle -------------------------------------------------------------------------------- /results/eps-quantized-search/results.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-quantized-search/results.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores1-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores1-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores1-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores1-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores1-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores1-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores2-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores2-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores2-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores2-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores2-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores2-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores3-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores3-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores3-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores3-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores3-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores3-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores5-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores5-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores5-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores5-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores5-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores5-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores8-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores8-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores8-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores8-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores8-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores8-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores1-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores1-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores1-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores1-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores1-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores1-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores1-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores1-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores1-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores1-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores1-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores1-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores10-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores10-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores10-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores10-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores10-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores10-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores10-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores10-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores10-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores10-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores10-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores10-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores10-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores10-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores10-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores10-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores10-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores10-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores12-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores12-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores12-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores12-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores12-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores12-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores12-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores12-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores12-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores12-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores12-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores12-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores12-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores12-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores12-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores12-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores12-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores12-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores15-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores15-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores15-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores15-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores15-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores15-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores15-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores15-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores15-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores15-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores15-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores15-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores15-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores15-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores15-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores15-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores15-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores15-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores18-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores18-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores18-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores18-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores18-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores18-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores18-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores18-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores18-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores18-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores18-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores18-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores18-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores18-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores18-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores18-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores18-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores18-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores2-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores2-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores2-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores2-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores2-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores2-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores2-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores2-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores2-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores2-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores2-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores2-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores20-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores20-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores20-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores20-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores20-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores20-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores20-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores20-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores20-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores20-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores20-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores20-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores20-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores20-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores20-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores20-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores20-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores20-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores24-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores24-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores24-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores24-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores24-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores24-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores24-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores24-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores24-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores24-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores24-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores24-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores24-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores24-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores24-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores24-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores24-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores24-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores3-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores3-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores3-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores3-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores3-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores3-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores3-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores3-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores3-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores3-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores3-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores3-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores5-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores5-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores5-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores5-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores5-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores5-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores5-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores5-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores5-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores5-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores5-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores5-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores8-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores8-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores8-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores8-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores8-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores8-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores8-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores8-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores8-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores8-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/sgd-cores8-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/sgd-cores8-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores1-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores1-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores1-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores1-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores1-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores1-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores1-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores1-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores1-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores1-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores1-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores1-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores1-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores1-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores1-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores1-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores1-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores1-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores10-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores10-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores10-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores10-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores10-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores10-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores12-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores12-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores12-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores12-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores12-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores12-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores15-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores15-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores15-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores15-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores15-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores15-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores18-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores18-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores18-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores18-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores18-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores18-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores2-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores2-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores2-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores2-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores2-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores2-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores2-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores2-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores2-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores2-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores2-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores2-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores2-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores2-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores2-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores2-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores2-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores2-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores20-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores20-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores20-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores20-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores20-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores20-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores24-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores24-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores24-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores24-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores24-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores24-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores3-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores3-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores3-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores3-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores3-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores3-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores3-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores3-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores3-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores3-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores3-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores3-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores3-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores3-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores3-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores3-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores3-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores3-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores5-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores5-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores5-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores5-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores5-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores5-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores5-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores5-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores5-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores5-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores5-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores5-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores5-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores5-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores5-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores5-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores5-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores5-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores8-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores8-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores8-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores8-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores8-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores8-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores8-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores8-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores8-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores8-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores8-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores8-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores8-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores8-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores8-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores8-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores8-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores8-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-quantized-search/params.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-quantized-search/params.pickle -------------------------------------------------------------------------------- /results/rcv-quantized-search/results.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-quantized-search/results.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores1-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores1-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores1-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores1-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores1-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores1-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores1-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores1-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores1-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores1-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores1-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores1-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores10-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores10-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores10-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores10-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores10-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores10-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores10-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores10-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores10-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores10-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores10-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores10-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores10-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores10-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores10-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores10-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores10-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores10-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores12-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores12-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores12-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores12-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores12-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores12-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores12-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores12-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores12-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores12-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores12-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores12-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores12-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores12-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores12-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores12-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores12-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores12-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores15-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores15-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores15-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores15-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores15-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores15-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores15-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores15-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores15-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores15-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores15-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores15-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores15-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores15-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores15-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores15-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores15-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores15-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores18-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores18-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores18-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores18-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores18-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores18-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores18-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores18-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores18-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores18-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores18-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores18-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores18-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores18-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores18-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores18-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores18-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores18-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores2-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores2-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores2-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores2-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores2-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores2-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores2-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores2-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores2-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores2-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores2-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores2-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores20-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores20-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores20-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores20-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores20-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores20-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores20-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores20-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores20-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores20-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores20-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores20-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores20-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores20-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores20-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores20-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores20-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores20-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores22-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores22-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores22-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores22-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores22-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores22-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores22-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores22-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores22-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores22-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores22-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores22-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores22-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores22-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores22-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores22-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores22-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores22-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores24-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores24-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores24-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores24-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores24-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores24-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores24-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores24-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores24-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores24-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores24-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores24-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores24-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores24-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores24-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores24-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores24-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores24-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores3-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores3-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores3-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores3-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores3-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores3-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores3-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores3-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores3-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores3-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores3-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores3-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores30-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores30-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores30-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores30-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores30-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores30-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores30-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores30-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores30-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores30-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores30-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores30-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores30-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores30-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores30-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores30-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores30-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores30-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores32-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores32-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores32-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores32-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores32-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores32-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores32-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores32-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores32-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores32-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores32-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores32-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores32-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores32-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores32-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores32-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores32-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores32-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores35-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores35-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores35-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores35-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores35-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores35-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores35-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores35-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores35-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores35-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores35-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores35-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores35-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores35-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores35-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores35-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores35-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores35-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores40-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores40-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores40-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores40-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores40-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores40-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores40-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores40-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores40-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores40-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores40-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores40-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores40-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores40-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores40-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores40-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores40-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores40-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores44-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores44-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores44-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores44-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores44-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores44-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores44-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores44-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores44-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores44-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores44-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores44-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores44-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores44-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores44-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores44-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores44-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores44-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores48-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores48-0/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores48-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores48-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores48-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores48-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores48-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores48-1/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores48-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores48-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores48-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores48-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores48-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores48-2/iters.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores48-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores48-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores48-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores48-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores5-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores5-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores5-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores5-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores5-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores5-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores5-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores5-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores5-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores5-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores5-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores5-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores8-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores8-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores8-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores8-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores8-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores8-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores8-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores8-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores8-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores8-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/rand10-cores8-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/rand10-cores8-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores10-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores10-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores10-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores10-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores10-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores10-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores10-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores10-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores10-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores10-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores10-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores10-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores12-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores12-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores12-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores12-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores12-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores12-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores12-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores12-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores12-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores12-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores12-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores12-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores15-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores15-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores15-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores15-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores15-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores15-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores15-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores15-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores15-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores15-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores15-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores15-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores18-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores18-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores18-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores18-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores18-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores18-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores18-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores18-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores18-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores18-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores18-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores18-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores20-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores20-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores20-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores20-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores20-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores20-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores20-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores20-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores20-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores20-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores20-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores20-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores22-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores22-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores22-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores22-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores22-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores22-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores22-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores22-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores22-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores22-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores22-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores22-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores24-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores24-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores24-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores24-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores24-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores24-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores24-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores24-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores24-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores24-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores24-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores24-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores30-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores30-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores30-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores30-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores30-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores30-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores30-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores30-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores30-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores30-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores30-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores30-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores32-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores32-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores32-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores32-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores32-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores32-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores32-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores32-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores32-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores32-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores32-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores32-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores35-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores35-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores35-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores35-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores35-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores35-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores35-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores35-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores35-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores35-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores35-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores35-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores40-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores40-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores40-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores40-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores40-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores40-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores40-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores40-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores40-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores40-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores40-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores40-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores44-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores44-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores44-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores44-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores44-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores44-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores44-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores44-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores44-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores44-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores44-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores44-2/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores48-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores48-0/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores48-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores48-0/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores48-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores48-1/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores48-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores48-1/timers.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores48-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores48-2/losses.pickle -------------------------------------------------------------------------------- /results/eps-par/top10-cores48-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/eps-par/top10-cores48-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores1-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores1-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores1-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores1-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores1-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores1-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores1-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores1-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores1-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores1-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores1-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores1-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores10-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores10-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores10-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores10-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores10-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores10-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores10-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores10-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores10-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores10-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores10-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores10-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores10-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores10-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores10-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores10-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores10-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores10-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores12-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores12-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores12-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores12-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores12-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores12-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores12-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores12-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores12-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores12-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores12-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores12-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores12-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores12-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores12-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores12-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores12-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores12-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores15-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores15-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores15-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores15-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores15-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores15-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores15-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores15-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores15-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores15-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores15-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores15-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores15-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores15-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores15-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores15-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores15-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores15-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores18-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores18-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores18-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores18-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores18-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores18-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores18-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores18-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores18-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores18-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores18-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores18-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores18-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores18-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores18-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores18-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores18-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores18-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores2-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores2-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores2-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores2-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores2-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores2-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores2-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores2-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores2-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores2-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores2-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores2-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores20-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores20-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores20-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores20-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores20-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores20-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores20-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores20-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores20-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores20-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores20-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores20-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores20-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores20-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores20-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores20-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores20-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores20-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores24-0/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores24-0/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores24-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores24-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores24-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores24-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores24-1/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores24-1/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores24-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores24-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores24-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores24-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores24-2/iters.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores24-2/iters.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores24-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores24-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores24-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores24-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores3-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores3-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores3-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores3-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores3-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores3-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores3-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores3-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores3-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores3-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores3-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores3-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores5-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores5-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores5-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores5-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores5-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores5-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores5-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores5-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores5-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores5-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores5-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores5-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores8-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores8-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores8-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores8-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores8-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores8-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores8-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores8-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores8-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores8-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/rand50-cores8-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/rand50-cores8-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores10-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores10-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores10-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores10-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores10-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores10-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores10-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores10-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores10-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores10-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores10-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores10-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores12-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores12-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores12-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores12-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores12-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores12-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores12-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores12-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores12-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores12-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores12-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores12-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores15-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores15-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores15-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores15-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores15-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores15-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores15-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores15-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores15-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores15-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores15-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores15-2/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores18-0/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores18-0/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores18-0/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores18-0/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores18-1/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores18-1/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores18-1/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores18-1/timers.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores18-2/losses.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores18-2/losses.pickle -------------------------------------------------------------------------------- /results/rcv-par/top50-cores18-2/timers.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epfml/sparsifiedSGD/HEAD/results/rcv-par/top50-cores18-2/timers.pickle --------------------------------------------------------------------------------