Mohammed Ridwanul

Results 23 comments of Mohammed Ridwanul

From @ekhl Spike: 1. Build the following docker image: ``` FROM jupyter/tensorflow-notebook USER root RUN conda install --yes \ promise \ redis-py \ slackclient && \ conda clean -all -f...

From @ekhl ## Spike on introducing two SDK functions for user to control job start and end Create the following as a module (say f9s.py): ``` import os def start_new(job_id=None,...

@shazraz since you have the most context on the asks for this - do you mind adding your thoughts on what the user flow should be like?

Reminder to all that deadline to give any design feedback is EOD today.

Does this PR https://github.com/dessa-oss/atlas/pull/130 fix this issue as well @pippinlee ?

Initial thoughts: > Is that error message helpful? I think the error message is helpful as is. The last message clearly specifies it all. `TypeError: Invalid metric with key="np.ndarray([1,2,3])" of...

My vote is to strip support for strings / lists and use log_metrics for what it is meant to be used for

The task is to basically add the following arguments into the doc here: https://docs.atlas.dessa.com/en/latest/cli/ ``` parser = argparse.ArgumentParser( description='Starts the standalone Atlas services') parser.add_argument('-a', '--archive-port', type=int, default=5557, help='Port to access...