diux-dev / cluster

train on AWS
75 stars 15 forks source link

nexus -> ncluster rename #65

Closed yaroslavvb closed 6 years ago

yaroslavvb commented 6 years ago

This part is being done in https://github.com/diux-dev/ncluster

bearpelican commented 6 years ago

Woohoo! Is the plan to move cluster imagenet training over to ncluster?

yaroslavvb commented 6 years ago

Nope, the two components should be decoupled. You will do

pip install ncluster

import ncluster
job = ncluster.make_job(....)
bearpelican commented 6 years ago

Ahh got it. Ok see if I can get it working then

yaroslavvb commented 6 years ago

actually it's not yet read, it's being done, make_task works, but not make_job, I'll update this issue when it's fully done

yaroslavvb commented 6 years ago

How's the 4 machine run with refactored model?

bearpelican commented 6 years ago

Works like before as far as I can tell. I'll try to get a new baseline for it

yaroslavvb commented 6 years ago

Done