faced icon indicating copy to clipboard operation
faced copied to clipboard

how to train on new data and how to use on GPU environments?

Open jjh930910 opened this issue 5 years ago • 1 comments

i am beginner of deep learning and i know the previous issue solution about which is how to train on your blog but i have a question that your explanation of auxilary network is not clear. Is auxilary network concatenated by main network? or independtly? so i want to know how to train main architecture and auxilary network clearly and i have one more question that how to use on GPU environments when inference step?

jjh930910 avatar Mar 19 '19 08:03 jjh930910

"and i have one more question that how to use on GPU environments when inference step?" just install tensorflow-gpu instead tensorflow, it will run automatically on GPU

ouwyukha avatar Apr 08 '20 10:04 ouwyukha