new pipeline, and dual model works :)

This commit is contained in:
deep1
2023-07-02 19:52:39 +08:00
parent 4253cb53b2
commit b401b18041
4 changed files with 3732 additions and 73 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
lightning_logs/
.pkl_cache/
.ds/
# Distribution / packaging
.Python
+13
View File
@@ -366,3 +366,16 @@ https://arxiv.org/pdf/2212.03827.pdf
- ranking. here I do MCDropout 3 times. Then I try to rank them. There should be two similar and 2 differen't.
- 1 could be a lie
- 2 could be truth?
exp:
- [ ] try getting dual notebook working
- [x] first recache the dataset
- [ ] note dual means we pass both x0 and x1 into the model. rather than i9ndependant passes
BUGS:
- [ ] metrics: acc is averaged over epochs, change to auroc and make per val train
- [ ] it's overfitting. maybe removing first and last layers?
- [x] 017 mjc getting hidden layers doesn't work anymore?
- [x] fix caching. ah it was just a bad test for difference fixed
- [ ] memory leak now... it just goes up...
File diff suppressed because one or more lines are too long
+269 -71
View File
File diff suppressed because one or more lines are too long