mirror of
https://github.com/wassname/discovering_latent_knowledge.git
synced 2026-09-09 11:21:22 +08:00
new pipeline, and dual model works :)
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
lightning_logs/
|
||||
.pkl_cache/
|
||||
|
||||
|
||||
.ds/
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
|
||||
@@ -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
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user