You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I changed the model in train_multi_task.py from vgg16no_fc to alexnetno_fc and uncommented the commented statements in model_multi_task.py to use the other two covariance. Also, I changed "lr" in code
Then I trained the model using train_20.txt and test_20.txt of Office datasets. But I only got 0.86 accuracy, worse then single-task training and far from 0.94 reported in the paper. Did I missing anything?
The text was updated successfully, but these errors were encountered:
As a quick reproduction, I simply added the following class to file
model_multi_task.py
:Then I changed the model in
train_multi_task.py
fromvgg16no_fc
toalexnetno_fc
and uncommented the commented statements inmodel_multi_task.py
to use the other two covariance. Also, I changed "lr" in codeto 1 to enable finetuning.
Then I trained the model using
train_20.txt
andtest_20.txt
ofOffice
datasets. But I only got 0.86 accuracy, worse then single-task training and far from 0.94 reported in the paper. Did I missing anything?The text was updated successfully, but these errors were encountered: