dbl

Results 76 issues of dbl

I have a 'make' build error: ``` $g++ --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin15.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin David-Laxers-MacBook-Pro:build davidlaxer$ cmake --version cmake...

I got this error running: ./deepcoder/scripts/gen-datasets.sh ``` File "/Users/davidlaxer/anaconda3/lib/python3.8/multiprocessing/reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) _pickle.PicklingError: Can't pickle : attribute lookup on deepcoder.dsl.impl failed ``` I am on OS X...

I am trying to build SuperCollider on MacOS 12.5.1. XCode Version 13.4.1 (13F100) ``` /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version Apple clang version 13.1.6 (clang-1316.0.21.2.5) Target: x86_64-apple-darwin21.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ``` I...

bug
os: macOS

Where do I find these files? ``` fourier_3d.py:TRAIN_PATH = 'data/ns_data_V100_N1000_T50_1.mat' fourier_3d.py:TEST_PATH = 'data/ns_data_V100_N1000_T50_2.mat' ``` They do not appear in: NavierStokes_V1e-3_N5000_T50.zip https://drive.google.com/file/d/1r3idxpsHa21ijhlu3QQ1hVuXcqnBTO7d/view?usp=sharing

$ ipython Python 3.6.7 | packaged by conda-forge | (default, Nov 6 2019, 16:19:42) Type 'copyright', 'credits' or 'license' for more information IPython 7.11.1 -- An enhanced Interactive Python. Type...

Aug 18, 2014 4:23:38 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketException) caught when processing request: Operation timed out Aug 18, 2014 4:23:38 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute INFO: Retrying request Downloading: https://oss.sonatype.org/content/repositories/releases/com/sun/jersey/jersey-json/1.4/jersey-json-1.4.jar...

I trained nanoGPT for 200,000 epochs on a ~5gb dataset of COVID-19 research papers (from here): https://allenai.org/data/cord-19 I am running 'MPS' on an Intel 2021 iMac 27" with an AMD...

I am training nanoGPT on a dataset with ~800,000 COVID-19 research papers on an A100 GPU. ``` --n_layer=48 --n_head=8 --n_embd=64 --device='cuda' --compile=False --eval_iters=1 --block_size=2048 --batch_size=16 --max_iters=10000 ``` I can't get...

I am running the Top2Vec code on MacOS 12.6 with Python 3.8, tensorflow-macos and tensorflow-metal. I'm getting a segmentation exception in nn_descent: Here's the packages: ``` % pip show pynndescent...

I experimented with PySR on Feynman equation 76 (e.g. q*v/(2*pi*r)) to see if it could 'learn' the constant 'Pi'? With the full data file but only 1,000 rows PySR generated:...

enhancement