Skip to content

Instantly share code, notes, and snippets.

View asampat3090's full-sized avatar
🎯

Anand Sampat asampat3090

🎯
View GitHub Profile

Keybase proof

I hereby claim:

  • I am asampat3090 on github.
  • I am anandsampat (https://keybase.io/anandsampat) on keybase.
  • I have a public key ASBT_0XT2iOduGC8w64XXh5hwk8QoY6gwW5828KclUlIsAo

To claim this, I am signing this object:

@asampat3090
asampat3090 / digits.md
Created February 12, 2016 04:49 — forked from joyofdata/digits.md
Installing CUDA, cuDNN, caffe and DIGITS on EC2
@asampat3090
asampat3090 / gist:36caf62fc6a43d48fc47
Created February 25, 2015 05:17
***HDF5 library version mismatched error***
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
Data corruption or segmentation faults may occur if the application continues.
This can happen when an application was compiled by one version of HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library related
settings such as 'LD_LIBRARY_PATH'.
You can, at your own risk, disable this warning by setting the environment
variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.