Ahmkel / Keras-Project-Template

A project template to simplify building and training deep learning models using Keras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: super() argument 1 must be type, not classobj in

Sucran opened this issue · comments

Hi @Ahmkel, this repo is really great! thanks for putting the time to implement this.
When I run the code follow the way in README, I have this issue...

Traceback (most recent call last):
  File "main.py", line 36, in <module>
    main()
  File "main.py", line 23, in main
    data_loader = SimpleMnistDataLoader(config)
  File "/home/scr/Documents/Keras-Project/data_loader/simple_mnist_data_loader.py", line 7, in __init__
    super(SimpleMnistDataLoader, self).__init__(config)

My python version is 2.7.12