Closed SarunasAzna closed 4 years ago
Awesome, thanks!
;) question is, is it possible to cache tensorflow module? Those few minutes each time is a bit annoying :(
On Sat, 8 Feb 2020, 00:44 Joel Simon, notifications@github.com wrote:
Merged #17 https://github.com/joel-simon/ganbreeder/pull/17 into master.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/joel-simon/ganbreeder/pull/17?email_source=notifications&email_token=ACQHFPBJG5GFDCJQUIOMGTLRBXW5DA5CNFSM4KRQMXWKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOWP4TOEI#event-3019454225, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQHFPBLU3NQ7KU6EO5K3ITRBXW5DANCNFSM4KRQMXWA .
For downloading or loading into ram? Probably don't want to stick the whole file in the docker, it will get saved locally so as long as you reuse the docker image it should be ok?
As per docker image reuse - if the file is in shared dir - all fine, if not
On Mon, Feb 10, 2020 at 12:48 AM Joel Simon notifications@github.com wrote:
For downloading or loading into ram? Probably don't want to stick the whole file in the docker, it will get saved locally so as long as you reuse the docker image it should be ok?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/joel-simon/ganbreeder/pull/17?email_source=notifications&email_token=ACQHFPA4BFNGAFCVPHTO7SLRCCI3JA5CNFSM4KRQMXWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELG35IA#issuecomment-583909024, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQHFPGMSI7FLN7MAHDDRGTRCCI3JANCNFSM4KRQMXWA .
awesome website btw :)
On Mon, Feb 10, 2020 at 10:01 AM Šarūnas Ažna sarunas.azna@gmail.com wrote:
As per docker image reuse - if the file is in shared dir - all fine, if not - docker will be pretty much in the same state as it is defined on Dockerfile even if you reuse it :( As per first part of the question - I guess downloading, though i am not sure since all of my tensorflow exp is that those few hours with your repo.. But what would be good - cache some of the things done from here https://github.com/joel-simon/ganbreeder/blob/master/gan_server/server.py#L20 to https://github.com/joel-simon/ganbreeder/blob/master/gan_server/server.py#L36 .
On Mon, Feb 10, 2020 at 12:48 AM Joel Simon notifications@github.com wrote:
For downloading or loading into ram? Probably don't want to stick the whole file in the docker, it will get saved locally so as long as you reuse the docker image it should be ok?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/joel-simon/ganbreeder/pull/17?email_source=notifications&email_token=ACQHFPA4BFNGAFCVPHTO7SLRCCI3JA5CNFSM4KRQMXWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELG35IA#issuecomment-583909024, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACQHFPGMSI7FLN7MAHDDRGTRCCI3JANCNFSM4KRQMXWA .
Docker-compose implementation. These changes allows developer to run the project with one command -
docker-compose up
.