erikgajdos
Results
2
comments of
erikgajdos
Hello, I have the same question, can you please share pretrained weights? It would be great to have them available.
Hello, are you using python 3? If yes, there is some pickle between python version problem. Instead of `self.data_dict = pickle.load(file)` Please try this code: ``` with open('path/to/your/pickle/file','rb') as file:...