Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use without docker #16

Open
falkartis opened this issue Jan 15, 2018 · 3 comments
Open

Use without docker #16

falkartis opened this issue Jan 15, 2018 · 3 comments

Comments

@falkartis
Copy link

falkartis commented Jan 15, 2018

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.

@falkartis falkartis changed the title Can't do all the docker magick, is it possible to avoid docker, and install stuff normally? Use without docker Jan 15, 2018
@falkartis falkartis reopened this Jan 15, 2018
@falkartis
Copy link
Author

  • It uses copies from the files stored on whoknowswhere and ignores completely any edit made on the files in the project directory.

  • it doesn't listen to ctrl+c signals, although I'm not sure if this is about docker.

@MouhamadDIMASSI
Copy link

Hello @falkartis did you any solution for this ?

@gstok
Copy link

gstok commented Nov 29, 2018

https://www.tensorflow.org/hub/tutorials/image_retraining

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants