TasosR83

Results 3 issues of TasosR83

(This should be somehow a pull request, but I have no idea how to do that, I am not a github-expert user) In order to work with the provided torchMoji...

I try to re-train the model but I don't think that the GPU is ever used ... The part of the code I use is: ``` model = torchmoji_transfer(nb_classes, weight_path=pretrained_path)...

``` from openpyxl_image_loader import SheetImageLoader File "X/anaconda3/envs/adwork35/lib/python3.5/site-packages/openpyxl_image_loader/__init__.py", line 7, in from openpyxl_image_loader.sheet_image_loader import SheetImageLoader # NOQA File "X/anaconda3/envs/adwork35/lib/python3.5/site-packages/openpyxl_image_loader/sheet_image_loader.py", line 21 self._images[f'{col}{row}'] = image._data # WAS self._images[f'{col}{row}'] = image._data ^ SyntaxError:...