python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
HDF5 makes a problem after brew update & upgrade
I'm M1 user and coding on python 3.9.10 up to now.
I try updating lib. with homebrew, especially for python 3.9.12 and HDF5. Also I reinstalled h5py. Here I tried.
brew update & upgrade
brew reins...
navian
Votes: 0
Answers: 2
How to include keras model in R package?
I am building an R package and I would like to include a pretrained keras model (in hdf5 format) in it. I am wondering, how to do so correctly.
I found many examples of data included within the packag...
ramen
Votes: 0
Answers: 1
Python "tables" module "Not Found", but PIP and Conda say it is installed
I'm getting two errors in tandem when trying to export a Pandas DataFrame to HDF5 on M1 Mac:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/pytho...
KCpremo
Votes: 0
Answers: 1
how to properly project a rast object if extent information is missing?
I'm trying to read a HDF5 file with terra, but the extent of the grid could not be read.
> rst <- terra::rast("temp.h5")
Warning message:
[rast] unknown extent
> rst
...
knstr
Votes: 0
Answers: 1