Merge branch 'epoch_testing_fixed' of OperationSavta/SavtaDepth into master
2275c88
Dean Plebancommited on
Fixed requirements for dagshub
6880b4f
Dean Plebancommited on
50 epoch training w eval
9066474
Deancommited on
10 epoch training with evaluation
5960c89
Deancommited on
Fixed problem with eval, metrics now make sense. This is a run with 1 epoch of training
dc053a0
Deancommited on
Merge branch 'pipeline-setup' of OperationSavta/SavtaDepth into master
4c15c2c
Dean Plebancommited on
Finalized evaluation step, which now works. Ready to merge into master
818ec2e
Deancommited on
Training for 1 epoch, still need to fix evaluation step
ad95853
Deancommited on
First finalized pipeline
7200298
Deancommited on
Changes to almost all of the pipeline:
5ad6755
Deancommited on
Revert change to dataloader that uses is_test flag.
3410172
Deancommited on
Preparing logging for training and evaluation, and adding evaluation step [WIP]
a711240
Deancommited on
reformatting the training file
b013dfa
Deancommited on
update with Colab Badge
889b443
Deancommited on
Merge branch 'simplifying-savta-depth' of OperationSavta/SavtaDepth into pipeline-setup
737e99e
Deancommited on
Merge branch 'pipeline-setup' into simplifying-savta-depth
9296b0b
Deancommited on
Update '.dvc/config'
a005e08
Deancommited on
Update 'README.md'
07a1ed8
Deancommited on
Added a simplified version of the colab notebook, which doesnt have a clean env setup. This simplifies the setup process greatly at the cost of hurting reproducibility. Further research into ways to get a clean env on colab is required
912d076
Deancommited on
train model on colab after fixing normalization bug
9c03436
deancommited on
remove secondary requirements (i.e. not things that are explicitly installed by the user), fix normalization problem, and use tqdm for image processing progress bar
068408a
Deancommited on
Add hosted storage remote and make it default
c6368bf
Deancommited on
Update 'README.md'
13584d1
Deancommited on
Merge branch 'pipeline-setup' of https://dagshub.com/OperationSavta/SavtaDepth into pipeline-setup
68475c1
Deancommited on
Fixing colab after feedback
a2c34a6
Deancommited on
Update 'README.md'
86f80fd
Deancommited on
Update 'README.md'
04605e5
Deancommited on
Update readme to include google colab setup + remove problematic packages from requirements.txt
715606b
Deancommited on
adding more setup options to readme
ee797b2
Deancommited on
removed problematic requirements
9cbee66
Deancommited on
Added dvc pull instruction as dvc checkout only works locally.
42fa488
Deancommited on
Added escaping slash to run_dev_env.sh so that it works in windows as well
9293d40
Deancommited on
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
Deancommited 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
Deancommited on
Fixed a bug in the training stage where the model was not saved, commiting before training on colab
79fd7d0
Deancommited on
Training stage seems to work, creating a non-run commit to use colab as an orchestration machine
0b86a0a
Deancommited 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
Deancommited on
Merge branch 'split_commands_in_readme' of OperationSavta/SavtaDepth into pipeline-setup
fec2513
Deancommited on
*Split commands of preparing environment in README file > *added -y for conda env creation for less interactions for the user
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
Deancommited on
Hopefully finished with the requirements debacle, now using conda but freezing requirements with pip as usual
f24654e
Deancommited on
Fixed requirements.txt to comply with conda format
50b2019
Deancommited on
Update readme to include aws cli
92de89b
Deancommited on
Finished data import and processing setup, bug in training step
3c0c5aa
Deancommited on
Transition to MLWorkspace docker and setup makefile with environment commands
9cd8f4a
Deancommited on
Merge branch 'master' of https://dagshub.com/OperationSavta/SavtaDepth
cdbc70e
Deancommited on
Added notebook for baseline - starting conversion to python modules + pipeline