hfawaz / aaltd18

Data augmentation using synthetic data for time series classification with deep residual networks
GNU General Public License v3.0
183 stars 42 forks source link

resnet.py, diff between loading and saving weights #2

Closed petteriTeikari closed 5 years ago

petteriTeikari commented 6 years ago

I think you have one extra / there: https://github.com/hfawaz/aaltd18/blob/94cd0e6eaa2ea4c7c150252686868ad35c73bb78/resnet.py#L21

Now, the models are saved with different paths than they are loaded and without removing that /, models on my Ubuntu were not saved on subdirectories, but to the same path

image

hfawaz commented 6 years ago

Hello,

Thanks for sharing, for me it worked fine, but you are right this slash is not needed here.