Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIll Fp16 work on Tesla P100. #2

Open
jaideep11061982 opened this issue Jul 28, 2019 · 0 comments
Open

WIll Fp16 work on Tesla P100. #2

jaideep11061982 opened this issue Jul 28, 2019 · 0 comments

Comments

@jaideep11061982
Copy link

Hi there thanks for giving in these comparisions.
I use P100 tesla gpu with all supported drivers for fp16 installed,but still i dont get to see model performing as per standard of fp16. Model accuracy goes worst and is not getting converged easily.

loss_func = nn.MSELoss().cuda()
learn1 = Learner(data, 
                md_ef, 
                loss_func=loss_func,
                metrics = [qk,r2_score,exp_rmspe], 
                path='.',callback_fns=[partial(SaveModelCallback,monitor='valid_loss',mode='min'),partial(ReduceLROnPlateauCallback, min_delta=1e-5, patience=3)]).to_fp16()

#learn1.cal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant