Skip to content

Commit

Permalink
Merge pull request #60 from tomas-gajarsky/fix/56-stuck-au
Browse files Browse the repository at this point in the history
Fix: issue 56 stuck AU predictor
  • Loading branch information
tomas-gajarsky authored Dec 10, 2023
2 parents 45c8fa4 + 2861164 commit 37288e7
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 214 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ ipython_config.py

# VS Code
.vscode/
.devcontainer/

# PyCharm
.idea/*
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log


## 0.3.1

Released on December 10, 2023.

### Added
* link to ChatGPT guide that has knowledge about facetorch

### Fixed
* stuck AU predictor inference in the notebook by specifying torch version to install


## 0.3.0

Released on February 9, 2023.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

[User Guide](https://medium.com/@gajarsky.tomas/facetorch-user-guide-a0e9fd2a5552), [Documentation](https://tomas-gajarsky.github.io/facetorch/facetorch/index.html)
[User Guide](https://medium.com/@gajarsky.tomas/facetorch-user-guide-a0e9fd2a5552), [Documentation](https://tomas-gajarsky.github.io/facetorch/facetorch/index.html), [ChatGPT facetorch guide](https://chat.openai.com/g/g-q8HWAkG4u-facetorch-guide)

[Docker Hub](https://hub.docker.com/repository/docker/tomasgajarsky/facetorch) [(GPU)](https://hub.docker.com/repository/docker/tomasgajarsky/facetorch-gpu)

Expand Down
Loading

0 comments on commit 37288e7

Please sign in to comment.