Home > Net >  I do not know where the Deepmind code resides?
I do not know where the Deepmind code resides?

Time:10-01

I am reading Skilful precipitation nowcasting using deep generative models of radar. The code is on Github. As I am not familiar with Github, I am confused about where the actual code is. I see neither any file with postfixes such as .py or .cpp. Can someone shed some light on this?

CodePudding user response:

If you click on the <> code button on the top left you can see various sub-projects.. Some of them have code and some of them don't. There are no additional branches, so I'd say that the code for those sub-projects is not pushed to the repository.

https://github.com/deepmind/deepmind-research

  • Related