Kevin Scott
Kevin Scott
Sorry I missed this! Please feel free to open a PR, otherwise I'll try and get this updated this week
Seeing this error when attempting to train: ```tensor_ops.ts:467 Uncaught (in promise) TypeError: e.zerosLike is not a function at ENV.engine.runKernel.$x (tensor_ops.ts:467) at engine.ts:206 at e.scopedRun (engine.ts:167) at e.runKernel (engine.ts:202) at zerosLike_...
You are quite correct that documentation is lacking - I'd been hoping to beef up documentation on the models soon, but I haven't yet. I'll answer your questions first and...
> FWIW, even though the model can take any input resolution, I've noticed it does MUCH better with inputs that are close to the size of the training set, which...
I've uploaded new models here: https://drive.google.com/drive/folders/1pp29WO1_uLJTa549W7j6xNpcC_0o93WO?usp=sharing It's a dump of each model's training artifacts for a variety of scales and architectures, converted to TFJS models. You can either place the...
Thanks for reporting this, @stvegerrad. Out of curiosity, can you run the example in `examples/basic`? (Most of the examples I still need to update for `1.0.0`, but `basic` should be...
Hard to say - some should be quick to change over, but others will require some refactoring. I can prioritize the ones you're interested in if you let me know...
The following examples are updated and should be working: - basic - cancel - progress - react-demo - tensor - upload - warmup - webcam The others still have some...
All the examples should now be updated. Please take a look! For any issues with particular examples, please open a new issue for that bug.
I'm running into the same issues; can't find matching packages for `python-apt` and `bc-dvc-init`: ``` Exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main status = self.run(options,...