Apollo3zehn / PureHDF

A pure .NET library that makes reading and writing of HDF5 files (groups, datasets, attributes, ...) very easy.
MIT License
50 stars 18 forks source link

Unable to resolve dependency #31

Open IgnacioRodriguez98 opened 1 year ago

IgnacioRodriguez98 commented 1 year ago

Hi there, I made a LSTM with keras.net.

But since I couldn't set the seed, I decided to use tensroflow.net, the problem is that when I tried to install tensorlfow.keras show me the next error.

Unable to resolve dependency 'PureHDF'. Source(s) used: 'nuget.org', 'Microsoft Visual Studio Offline Packages'.

Anybody have Idea about how to solve this issue?

Apollo3zehn commented 1 year ago

Hi, thanks for you question. I am aware of that issue from some other Stackoverflow question. What kind of environment do you use?

Thank you :-)

I suspect that on some environments it is a problem, that PureHDF is an alpha release.