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
Hi, thanks for sharing your works.
I have two questions
inputTensor = inputTensor - 128, why do you subtract 128?
The whole project seems using different datasets of different tasks to train. That means, you just mixes the datasets together and then trains the whole, train_loss_all has no practical use.
What is the role of 20 fully connected layers?
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
Hi, thanks for sharing your works.
I have two questions
inputTensor = inputTensor - 128
, why do you subtract 128?train_loss_all
has no practical use.What is the role of 20 fully connected layers?
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: