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 your great work! I wonder if the GPU memory usage will grow linearly with the parameter "num_ens" in the code? If I increase "num_ens", there will be an OOM error definitely, right? Maybe it's better to implement the MC sampling process in the "forward" function of the "BBBConv" and "BBBLinear" to avoid this issue.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your great work! I wonder if the GPU memory usage will grow linearly with the parameter "num_ens" in the code? If I increase "num_ens", there will be an OOM error definitely, right? Maybe it's better to implement the MC sampling process in the "forward" function of the "BBBConv" and "BBBLinear" to avoid this issue.
The text was updated successfully, but these errors were encountered: