jcjohnson / fast-neural-style

Feedforward style transfer
4.29k stars 816 forks source link

Run train on AWS EC2 #57

Open gecong opened 8 years ago

gecong commented 8 years ago

I opened an AWS EC2 account with GPU. When I ran

sudo apt-get install libhdf5-dev

I got the following error:

Package libhdf5-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

So I could not install torch-hdf5.

Can you help?

nikhilweee commented 7 years ago

Why don't you follow the install instructions as given in the README? They are pretty straightforward.

htoyryla commented 7 years ago

@nikhilweee, how do the instructions help in this? This is an apt-get and repository problem. I faintly remember seeing a similar error message, but cannot remember what I did to solve it. Perhaps ran apt-get update?