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
JAX network testing running into two main issues, look to collapse one at a time:
Single GPU training is able to load the untrained network onto the GPU but unable to allocate resources to run convolutions
Multi-threaded training splits the first input dimension (batch size=16) into separate (4,4) dimensions, causing the rank of the input tensors to be expanded
The text was updated successfully, but these errors were encountered:
JAX network testing running into two main issues, look to collapse one at a time:
The text was updated successfully, but these errors were encountered: