OSDN icon indicating copy to clipboard operation
OSDN copied to clipboard

steps to use.

Open DecentMakeover opened this issue 5 years ago • 4 comments

Hi Thanks for sharing your work , i want to use this because i think this might be worth trying, but i'm not sure how to go about this, in your jupyter notebook ,you use an already trained keras model, does it have to a keras model ? or can it be a tensorflow pb file?

Could you may be give a small description on how to use this? I want to apply this is on a 4 class classification problem?Do i first train the model in keras?

Suggestions would be helpful. Thanks in advance.

DecentMakeover avatar Apr 18 '19 08:04 DecentMakeover

Thanks @DecentMakeover . I will write a short description about using the scripts.

Yes, you do have to train the model in keras.

aadeshnpn avatar May 08 '19 22:05 aadeshnpn

how to get distance.npy from my dataset?

BraveGump avatar Jul 24 '19 09:07 BraveGump

When you call create_model function, it will create the distance.npy and mean.npy. I am writing a readme file to make it easier to use.

aadeshnpn avatar Aug 01 '19 17:08 aadeshnpn

Thanks @DecentMakeover . Finally, I have updated the repo with detail to how to implement with your own model of choice and data. Hope this update will be useful.

aadeshnpn avatar Aug 12 '20 01:08 aadeshnpn