Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Nov 29, 2023
1 parent 01aae9b commit b548060
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 63 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions examples/vision/ipynb/semisupervised_simclr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
},
"outputs": [],
"source": [
"import os\n",
"\n",
"os.environ[\"KERAS_BACKEND\"] = \"tensorflow\"\n",
"\n",
"\n",
"# Make sure we are able to handle large datasets\n",
"import resource\n",
"\n",
Expand Down
131 changes: 68 additions & 63 deletions examples/vision/md/semisupervised_simclr.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions examples/vision/semisupervised_simclr.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
## Setup
"""

import os

os.environ["KERAS_BACKEND"] = "tensorflow"


# Make sure we are able to handle large datasets
import resource

Expand Down

0 comments on commit b548060

Please sign in to comment.