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
Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
TensorFlow.js installed from (npm or script link):
TensorFlow.js version:
CUDA/cuDNN version:
Describe the problem
It seems build:linux --spawn_strategy=dynamic,remote,sandboxed,worker,local --internal_spawn_scheduler just has no effect. I noticed this because sandboxed build of WASM is painfully slow, so I tried to remove dynamic and sandboxed from this line, but the build time didn't boost after that. I suspect a build --enable_platform_specific_config directive is missing there.
Provide the exact sequence of commands / steps that you executed before running into the problem
Any other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
The text was updated successfully, but these errors were encountered:
Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template
System information
Describe the problem
It seems
build:linux --spawn_strategy=dynamic,remote,sandboxed,worker,local --internal_spawn_scheduler
just has no effect. I noticed this because sandboxed build of WASM is painfully slow, so I tried to removedynamic
andsandboxed
from this line, but the build time didn't boost after that. I suspect abuild --enable_platform_specific_config
directive is missing there.Provide the exact sequence of commands / steps that you executed before running into the problem
Any other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
The text was updated successfully, but these errors were encountered: