Nataly

Results 3 issues of Nataly

I've noticed that there was missing a method in `NCC_classifyapp` class: ``` def load_weights(self, file_with_weights): self.model.load_weights(file_with_weights) ``` So, with the aim to just load weights and test the model in...

It seems that > Train and test the GGNN: > ``` > python3 main_ggnn.py > python3 test_ggnn.py > ``` > should be replaced with this > Train and test the...

I wanted to ask if that is ok that after the 70th epoch I got results of accuracy ~=72%? What I did was: I run the next command: ``` python3...