carter54
carter54
Hi @Volcomix , thx for the nice project. I tried to build tflite and tflite-simd wasm with your code, the only thing I have changed is the size of modelBuffer...
Hi @Volcomix , thx for this nice work. I'm interested in the light wrapping function of the post process pipeline and try to rewrite the following function it in python....
In order to read md file directly in Jupyter Notebook, I install notedown. But after adding `c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'` at the end of my config file 'jupyter_notebook_config.py' or using `jupyter...
Thanks for the amazing work. I have tried the 'anime' style model and all of the 'anime' people have very pointed chins, is there any way to modify the pointed...
question about this method https://github.com/palantir/python-language-server/blob/21833eafd4e254a79d35ca539967f3a010e8c2a1/pyls/uris.py#L46 in windows, if I pass a uri started with 'C:\\' for example: ``` from pyls.uris import to_fs_path uri = 'C:\\py_test\\test.py' value = to_fs_path(uri) print(value) ```...
The training processes mentioned in https://github.com/nv-tlabs/datasetGAN_release/issues/19#issuecomment-892114720 shows the following steps: ``` - Step 0: Train StyleGAN V1 with your own data set to get a pre-trained StyleGAN (or download instead...
Hello~ Is it possible to config MMS, let it only process the newest request, and stop all the previous requests if they have not finished?
Thanks first for such nice paper and work! I'm trying to train a text generation model with my own dataset. The tokenize function in data.py https://github.com/Smerity/sha-rnn/blob/218d748022dbcf32d50bbbb4d151a9b6de3f8bba/data.py#L34 uses split() to tokenize...
Hi,Could you provide the reference of the fqa model ([face-quality-assessment.onnx](https://github.com/hpc203/yolov8-face-landmarks-opencv-dnn/blob/main/weights/face-quality-assessment.onnx))? I find the output of model has 10 dimensions, is there any introduction? THX~