pytorch-planet-amazon icon indicating copy to clipboard operation
pytorch-planet-amazon copied to clipboard

PyTorch models and training code for 'Planet: Understanding the Amazon from Space' Kaggle

Results 1 pytorch-planet-amazon issues
Sort by recently updated
recently updated
newest added

I am trying to convert the `Resnet-200` model available in the official fb repo. `https://github.com/facebook/fb.resnet.torch/tree/master/pretrained` but get the error `torch.utils.serialization.read_lua_file.T7ReaderException: unknown type id -604711119. The file may be corrupted.` Since...