NVIDIA / DIGITS

Deep Learning GPU Training System
https://developer.nvidia.com/digits
BSD 3-Clause "New" or "Revised" License
4.12k stars 1.38k forks source link

Datasets table doesn't report backend for non-classification databases #752

Open pansk opened 8 years ago

pansk commented 8 years ago

I have one classification DB and several DBs of type "Other". The backend column reports "lmdb" for the classification DB, but is empty for all the other DBs.

I also tried to create a new one (all those DBs were created before upgrading), and even the new one don't report anything as backend.

lukeyeager commented 8 years ago

(Comes from https://github.com/NVIDIA/DIGITS/pull/728)

Good point. I never got around to setting the backend for Generic datasets because LMDB is the only backend supported. And I'm actually finding it convenient at the moment because it gives me a way to distinguish Classification datasets from Generic ones. But you're right - we should display them as LMDB and find some other way to distinguish between dataset types.

lukeyeager commented 8 years ago

@jmancewicz you were working on adding data extensions to the home page for sorting, right? Any update?

jmancewicz commented 8 years ago

@lukeyeager, I just created a PR for it #1246