Skip to content

Releases: viam-modules/tensorflow-cpu

0.3.3-rc16

19 Sep 17:11

Choose a tag to compare

also return model_path

0.3.3-rc15

22 Aug 20:33

Choose a tag to compare

fixing tests

0.3.3-rc14

19 Aug 21:15

Choose a tag to compare

trying reload

0.3.3: Add support for Metadata Endpoint when using SavedModel format (#20)

18 Aug 21:13
adc3198

Choose a tag to compare

* initial commit

* remove logs

* add some ignores

* add test

0.3.2: Support the SavedModel format (#19)

18 Aug 17:05
dd11a02

Choose a tag to compare

* initial commit

* lint

* address few comments

* update requirements.txt

* new reqs

* lint

* update makefile

* remove some logs

* remove normalization

* raise exception when unexpected output type

* log input info

* log more info

* lint

0.3.2-rc3

15 Aug 21:05

Choose a tag to compare

log input info

0.3.2-rc1

15 Aug 19:26

Choose a tag to compare

testing keras 3 full support

0.3.1-rc12

14 Aug 21:58

Choose a tag to compare

remove normalization

0.3.2-rc2: [RSDK-11469] Add Windows support to the CI (#17)

15 Aug 21:04
a74a94d

Choose a tag to compare

and other refactoring:
- When you run `make setup`, the script that runs is now called `setup.sh`, and it does setup work.
- There's a new `make dist/main` target that builds the executable, separate from the setup stuff
- There's a new step in `publish.yml` to build and upload on Windows. I've marked the file as one to run on `workflow_dispatch` so you can manually run it without creating a release, and have [gotten that to work](https://github.com/viam-modules/tensorflow-cpu/actions/runs/16654086812).
- The requirements.txt did not pin versions of stuff, and it rotted and could not find mutually compatible versions of everything. So, I copied the versions pinned in https://github.com/viam-modules/keras-detector/. I was going to pin all versions so this wouldn't happen again, and got surprised that `pip freeze` gives no output! This happens on both Windows and Linux. So, I gave up on that for the moment.
- Tried out: everything builds and uploads correctly, and the Windows version appears to run on a Windows machine.


* remove trailing whitespace

* put quotes around echoed things, else you can run into trouble with punctuation

* the installer script just installs things

* name the setup script correctly

* fiddling with the workflows, not done

* cribbing off of the meeting with Abe and Khari earlier today

* whoops: setup-python is on v5 these days

* make the setup script more verbose to help diagnose what goes wrong

* tar the right files on Windows

* REVERTME: get the workflow_dispatch to run

* debugging on Windows

* try to resolve dependency mismatch

* debugging

* re-enable release version validation

* pr feedback: mark setup as a phony make target

* remove duplicated code

* and refactor out the duplicated 'source' command, too

* bugfix, perhaps

* bugfix

0.3.0-rc3

04 Aug 19:14

Choose a tag to compare

One of these will eventually work, and then I'll delete all the older failures.