Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
tongue-diagnosis
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhiyang.zhou
tongue-diagnosis
Commits
649c2e07
Commit
649c2e07
authored
Jul 27, 2021
by
ZhouZhiyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释normalizer
parent
5895e5cb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
train_tongue_diagnosis.py
train_tongue_diagnosis.py
+1
-1
No files found.
train_tongue_diagnosis.py
View file @
649c2e07
...
@@ -76,7 +76,7 @@ transform_test = transforms.Compose([
...
@@ -76,7 +76,7 @@ transform_test = transforms.Compose([
transforms
.
ToPILImage
(),
transforms
.
ToPILImage
(),
transforms
.
Resize
((
298
,
224
)),
transforms
.
Resize
((
298
,
224
)),
transforms
.
ToTensor
(),
transforms
.
ToTensor
(),
normalizer
#
normalizer
])
])
test_data_dir
=
args
.
test_data_dir
test_data_dir
=
args
.
test_data_dir
tongue_dataset_test
=
Image_DataSet
(
processed_dir
=
test_data_dir
,
transform
=
transform_test
)
tongue_dataset_test
=
Image_DataSet
(
processed_dir
=
test_data_dir
,
transform
=
transform_test
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment