dbl
dbl
This code crashes on MacOS Sonoma ``` % pip show umap-learn Name: umap-learn Version: 0.5.3 Summary: Uniform Manifold Approximation and Projection Home-page: http://github.com/lmcinnes/umap Author: Author-email: License: BSD Location: /Users/davidlaxer/anaconda3/envs/AI-Feynman/lib/python3.10/site-packages Requires:...
Error building Vulkan Samples on MacOS Sonoma 14.5. I tried adding to CMakeLists.txt, etc. ``` set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++") ``` but it didn't help. Here's the output. ``` % env |...
I set regularizer=True in plot_SFNO_swe.py ``` trainer.train(train_loader=train_loader, test_loaders=test_loaders, optimizer=optimizer, scheduler=scheduler, regularizer=True, training_loss=train_loss, eval_losses=eval_losses) ... Traceback (most recent call last): File "/Users/davidlaxer/neuraloperator/examples/plot_SFNO_swe.py", line 154, in trainer.train(train_loader=train_loader, File "/Users/davidlaxer/neuraloperator/neuralop/training/trainer.py", line 180, in...
I'm trying to build 'elan' on macOS Sequoia and ran into an issue with float16 building OpenSSL. ``` % rustup update stable info: syncing channel updates for 'stable-x86_64-apple-darwin' stable-x86_64-apple-darwin unchanged...
DescrState I pasted this code into the Notebook Assistance on Mathematica 14.3 on MacOS Sequoia 15.6.1. ``` class VectorizedTripletDataLoader: """ High-performance vectorized triplet data loader Key optimizations: - Precomputed similarity...
I am running Anaconda Python 3.6.11 I am getting this error running the example program mnist_torus_sphere_example.py: E.g. ``` $ python mnist_torus_sphere_example.py Traceback (most recent call last): File "mnist_torus_sphere_example.py", line 10,...