Commit Graph

5 Commits (9a4564ce5ebfe66a37fd16c6a233fb04ffb0a752)

Author SHA1 Message Date
Patrick Labatut 9a4564ce5e
Rework Pytorch Hub support code (#202)
Rework support code for torch.hub.load() to allow reusing shared functions and eventually expose more models.
2023-09-27 17:06:03 +02:00
Patrick Labatut 81b2b64193
Update license everywhere (#182)
Update code and models license from CC-BY-NC to Apache 2.0 in headers and other files.
2023-08-31 14:41:52 +02:00
Patrick Labatut be7e57252f
Add missing hubconf arg (#178)
Add missing explicit layers argument
2023-08-29 16:05:32 +02:00
Patrick Labatut ca58ffcd87
Fix linear classifier wrapper (#61)
Fix linear classifier wrapper in PyTorch Hub configuration module to support multi-sample batches.
2023-04-26 02:15:45 +02:00
Patrick Labatut fc49f49d73 Initial commit 2023-04-17 17:55:51 +00:00