git4sun

Results 9 issues of git4sun

I just found this project. Is there a specific support for the comprehend service? or a general way to access any service in aws?

In most cases, I just need to set all the column data to the given object. Because that way I can separate all the data manipulation logic and the database...

First of all, thanks for sharing the wonderful work. You did a great job. What I need to do is to apply the trained model on an article. I used...

I want to use the ffprob command: `ffprobe -show_frames -of compact=p=0 -f lavfi "movie=sample.mp4,select=gt(scene\,.4)"` to capture the scene changes and then split videos accordingly. Can I use this wrapper to...

enhancement
question

I didn't see a product description in the product class. Did you extract product description? How to access it?

As the title, is this model only support conversations with images? If I want to just chat, do I need to run the chatglm model separately? The code seems require...

I'm trying to run the API mode. Copied model data from hugging face. Added the following to the api.py: ``` from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("data", trust_remote_code=True) model...

I implemented a play 2.5 app with phantom a few months ago with very similar approach of this project. When going to production, I realized that I have to maintain...

**Describe the bug** I was using RiemannianAdam to optimize a simple linear network for poincare embedding. The input in a vector of dimension (1024) and the output dimension is (20)....

bug