-
Notifications
You must be signed in to change notification settings - Fork 282
Description
Hi,
Although it is very nice how docker bundles everything together it brings with it some obscurity.
It would be nice to have some way to train the net without docker, I don't mind installing stuff manually.
For the guessing part I already found the solution here: #1 (comment)
Things I don't like about docker (in this case):
-
I have to run it as root (sudo)
-
It creates a bunch of sub-volumes on my system partition, I use sub-volumes with another propose and this makes things a little messy.
-
It produces an unnecessary overhead on hard drive usage, I don't want my system partition to be filled up with redundant copies of tf libs and other stuff.
-
I don't know what is going on when I call this scripts, I use
pstree -a
to see what and how is happening but it's tedious.