Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Zagubisalo authored Jul 19, 2021
1 parent 88abe66 commit b9c6269
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To run:
* Open this folder in Visual Studio Code, open and run "main.py" in Data Science mode via
[Python extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python).

This would have worked if I published SOLTI and BOLTI databases together with this repo. But currently it's not possible.
This would have worked if I published SOLTI database together with this repo. But currently it's not possible.
But if you are interested researcher you can contact me here on GitHub and [Andrew Khizhnyak](https://vk.com/hizhnjak) for permission.

I forked some repos, made them work together, fixed bugs when necessary and added types annotations:
Expand All @@ -18,7 +18,7 @@ I forked some repos, made them work together, fixed bugs when necessary and adde
* [semi-supervised-pytorch](https://github.com/wohlert/semi-supervised-pytorch)


Info
First models (outdated)
----------------------------------------------

This repo contains code that is my playground for applying VAE family models to [JATS](https://github.com/kiwi0fruit/jats) SOLTI-160 database
Expand Down Expand Up @@ -59,3 +59,8 @@ Worth mentioning classifiation accuracy that ADGM gives:
NLL is still worse than in FA but not much. And latents are quite different as the model uses labels.

At some point I also played with normalizing flows added to VAE but abandonded it.


Second unfinished model (current)
----------------------------------------------
After the first attempt I switched completely to the beta-tc-vae models. Andrew Khizhnyak provided me with additional 4000 data points total of ~10000 now.

0 comments on commit b9c6269

Please sign in to comment.