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
Hello,
I am trying to grasp the details about each prototxt files and lmdb files.
1- Is train.prototxt only for training or does it include validation? Because the lmdb you called in it is named trainval.lmdb, but there is only one data layer, and its phase is TRAIN
2-Is test prototxt actually for validation or testing? its phase is TEST, but lmdb file is named test.lmdb, so its quite confusing.
3- Is deploy prototxt actually testing network? whats the difference between this and test prototxt?
Regards,
Kadir
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to grasp the details about each prototxt files and lmdb files.
1- Is train.prototxt only for training or does it include validation? Because the lmdb you called in it is named trainval.lmdb, but there is only one data layer, and its phase is TRAIN
2-Is test prototxt actually for validation or testing? its phase is TEST, but lmdb file is named test.lmdb, so its quite confusing.
3- Is deploy prototxt actually testing network? whats the difference between this and test prototxt?
Regards,
Kadir
The text was updated successfully, but these errors were encountered: