savtadepth / src

Commit History

Successfully configured the dataloader and trained for one epoch. Results are not so good, but it's something. Still the Fastaiv1 looked better qualitatively
13f0309

Dean commited on

Finished training of model, saving before qualitative testing. Seems model has actually learned something. Need to add metrics and params to the pipeline.
479e632

Dean commited on

Fixed a bug in the training stage where the model was not saved, commiting before training on colab
79fd7d0

Dean commited on

Training stage seems to work, creating a non-run commit to use colab as an orchestration machine
0b86a0a

Dean commited on

Seems like we are now using the correct format for fastai2. Still there is a strange bug where the signal is killed in training
34a1202

Dean commited on

Migrated to fastai2, creating the DataLoader now works but I'm stuck on not being able to change the batch_size or num_workers as the interface seems to have changed
eeb74de

Dean commited on

Finished data import and processing setup, bug in training step
3c0c5aa

Dean commited on

Transition to MLWorkspace docker and setup makefile with environment commands
9cd8f4a

Dean commited on