John DeNero
John DeNero
Let's make it flexible enough to support more courses than just 61A. E.g., we need support for dropping the lowest homework and rules like that. Also, it would be ideal...
How about Python code? Another idea is to create and embed a Google Spreadsheet for the student, populate some of its fields from the raw scores, and the rest from...
I don't think it's necessary to use edX's gradebook for individual assignments — students can just check their progress on OK. We will eventually need to indicate who passed the...
No rush. I think we won't have another enrollment crunch until Summer. On Thu, Feb 1, 2018 at 12:53 PM, epai wrote: > Great idea. I’ll take a look at...
I thought the original plan was to render the starter code as `return 5 # replace this line` On Tue, Jul 21, 2015 at 3:53 PM, albert12132 [email protected] wrote: >...
By the way, I'm not sure if it's related but I get weird errors when trying to run `ok` tests that involve `matplotlib`. Here's a trace. Googling the error describes...
I spent a while trying to configure IPython to ignore threading issues, but was unsuccessful. Something like the following (when placed in the test setup) should work, but doesn't... ```...
I was using `nmt_large.yml` above. Thanks for the quick response! ``` python -m bin.train \ --config_paths="./example_configs/nmt_large.yml,./example_configs/train_seq2seq.yml" \ --model_params " vocab_source: $VOCAB_SOURCE vocab_target: $VOCAB_TARGET" \ --input_pipeline_train " class: ParallelTextInputPipeline params: source_files:...
By the way, I was just expecting data parallelism — that different batches would be processed on different GPUs. Sounds very similar to your multiple worker set-up, just on one...
Great! Thanks for taking a look. I think the use case is reasonably common among academics: launch a fresh 8-GPU instance on some public cloud, install/configure software, download data, &...