File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.2.14 - 2023-05-15
4+
5+ - Added support for LoRA training.
6+
37## v0.2.13 - 2023-05-03
48
59- Adding VGG models.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tfimm"
3- version = " 0.2.13 "
3+ version = " 0.2.14 "
44description = " TensorFlow port of PyTorch Image Models (timm) - image models with pretrained weights"
55authors = [" Martins Bruveris <martins.bruveris@gmail.com>" ]
66license = " Apache-2.0"
@@ -34,10 +34,6 @@ markdown = "^3.3.6" # 3.3.5 has a bug with poetry
3434numpy = " *"
3535tensorflow = " ^2.8"
3636
37- # pyyaml = { version = "*", optional = true }
38- # timm = { version = "*" }
39- # torch = { version = "1.13.1" }
40-
4137# Documentation
4238sphinx = { version = " *" , optional = true }
4339sphinx-rtd-theme = { version = " *" , optional = true }
@@ -53,8 +49,6 @@ pytest-xdist = "*"
5349[tool .poetry .extras ]
5450# To compile documentation
5551docs = [" sphinx" , " sphinx-rtd-theme" ]
56- # # To load pretrained models from timm; will install PyTorch
57- # timm = ["pyyaml", "timm"]
5852
5953[tool .pytest .ini_options ]
6054timeout = 60 # We need tests to be not too slow, because of GitHub limits
Original file line number Diff line number Diff line change 1- __version__ = "0.2.13 "
1+ __version__ = "0.2.14 "
You can’t perform that action at this time.
0 commit comments