Skip to content

Commit 7fbe5d4

Browse files
committed
Update image classifier example
* Commit pre-trained model
1 parent e943f76 commit 7fbe5d4

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ rsconnect/
3737

3838
# Temporary files
3939
.DS_Store
40-
.model
4140
__pycache__
4241
.ipynb_checkpoints
4342
*.html
4443
rmarkdown-notebook/flights.csv
45-
image-classifier/model/
4644
sentiment-analysis/model/

image-classifier/app.R

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ library(reticulate) # Used to call Tensorflow Python script
33
library(shiny)
44
library(shinycssloaders)
55

6-
# Set PyTorch model directory
7-
Sys.setenv(TORCH_MODEL_ZOO = "./model")
8-
96
# Load source of Python image classifier script
107
source_python('image-classifier.py')
118

Binary file not shown.

0 commit comments

Comments
 (0)