-
I just completed finetuning process on my own dataset and I'm having problem using the checkpoint file generated by the code.
If I tried to use `checkpoints.load()` it will throw exception.
If I…
-
Hi everyone!!!
I'm trying to use AdaNet with ModelFlow in Google Colabs, as per the tutorial here: https://github.com/tensorflow/adanet/blob/master/adanet/experimental/adanet_modelflow_tutorial.ipy…
-
I'm attempting to train a custom `aocr` model on an internal dataset. I've labeled the data using a directory of images, and an annotation file as described in the README. This was converted to a data…
-
Hi, thanks for your great work.
I'd like to use your code with the pretrained ckpt, because i can not train the model from scratch now.
so, could you share your ckpt trained by coco dataset?
-
Consider using gdown or a similar utility so you don't have to sign in to your Google Account just to download the some model weights.
-
I tried some of the suggestions given for other errors, but so far nothing has worked.
sed: can't read /usr/local/lib/python3.7/dist-packages/gradio/blocks.py: No such file or directory
sed: can'…
-
Hi,
I am new to Deep Learning, TF, and tools. I am trying out the examples using Google Colab. One thing I am noticing with the Ch. 3 examples is that I am getting a "placeholder not set" kind of e…
-
It would be great to see these models work!
> NotImplementedError: Unsloth: /srv/models/Phi-3-medium-4k-instruct not supported yet!
> Make an issue to https://github.com/unslothai/unsloth!
Done…
-
when I was executing fine tuning tutorial notebook I found the code error in this notebook :
![NameError](https://github.com/user-attachments/assets/e270d553-7ad9-4d09-9eae-88e3c773243f)
And al…
-
Hi all,
Thanks for the great work.
I have been using the style transfer to make some nice images, however in the latest versions being able to change the style loss in advanced parameters does …