pakpoom S.
pakpoom S.
Hi, I am reading the chapter 4 of this book and there seem to be some problem. The code written in this book is from Keras but when I do...
Hello, thanks for writing good books, I have a few questions regarding GANs. 1. In the defined GAN class, we need to override the `compile` method to receive 2 optimizers....
Hello Sir, Thanks for a very useful repository about GANs. Would mind clarifying something about GAN loss? It's about the "sign" return by ``` d_loss_fn``` and ```g_loss_fn``` in this snippet....
Thanks for a very good project sir I have a question about how to extract the first dataset from the whole dataset. I look at anime_dataset.py but I still have...
Hi I am really new to catboost. I would like some clarification about saving/loading model. The way I save/load model, I did it as in here : https://catboost.ai/en/docs/concepts/python-usages-examples#load-from-file I saved...
Hi I am wondering how can I fine-tune this model on my dataset?
Hello, I am reading chapter 9 of d2l. I tried to import libraries as followed ``` %matplotlib inline import torch from torch import nn from d2l import torch as d2l...
HI. I am facing a problem with using the `--force_ocr` option, which will make the first character in the sentence disappear. Here is my command ``` marker_single "./pdf_documents_demo/pdf_doc_00190.pdf" \ --output_dir...
I got a message to sign in to my YouTube account. Using `cookies-from-browser` does not help me. Any Idea?
Hi I am trying to compute Thai finetasks score of llama 3.2 1B. As shown in the web,  You can see that the score is 0.14. But When I...