WIP: Add a bob em train script which works on SGE
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
@tiago.pereira it would be great if you could review this when you have the time.
- bob/learn/em/script/train.py 0 → 100644
2 """ 3 import logging 4 import click 5 import subprocess 6 import os 7 import sys 8 import shutil 9 import time 10 import numpy as np 11 from bob.extension.scripts.click_helper import ( 12 verbosity_option, 13 ConfigCommand, 14 ResourceOption, 15 log_parameters, 16 ) 17 from bob.extension.processors import vstack_features changed this line in version 2 of the diff
Hey man,
Thanks for the feature.
I will look in to this + bob.measure!95 (merged) + bob.bio.base#106 (closed) when I come back from holidays. Yes, I have a lot of extra stuff to look at :-P
Yes, we could. I will close this one and open another one in the future that handles that.
For the record, this is the reference implementation https://github.com/tiagofrepereira2012/tam-dask
Please register or sign in to reply