insilicomedicine / GENTRL

Generative Tensorial Reinforcement Learning (GENTRL) model
596 stars 215 forks source link

about .model file #23

Open cgh2797 opened 4 years ago

cgh2797 commented 4 years ago

It's a very stupid question, but what program should I open the .model file?

Bibyutatsu commented 4 years ago

You do not need to open the .model file. You can simply load the models in pytorch using torch.load().