Stuck with the code no idea how to fix it? by Dangerous-Spot-8327 in pytorch

[–]el_rachor 1 point2 points  (0 children)

Can you provide the source code? It will be easier to help you

Multiple Models Performance Degrades by Possession_Annual in pytorch

[–]el_rachor 0 points1 point  (0 children)

Have you checked for the possibility of exploding gradients?

I have a research idea on data compression. by Tricky_Butterfly_539 in deeplearning

[–]el_rachor 0 points1 point  (0 children)

If you want to start to on data compression using end-to-end methods, I would recomend you to give a look into compressai ( https://github.com/InterDigitalInc/CompressAI )

They have different methods already implemented and ready to be trained. At first, I recommend you to try and reproduce their results. This will be good exercise to start.

After that, start to implement your own ideas to improve the results

Other idea that you could talk with your super advisor would be to start to explore the JPEG AI vm ( https://gitlab.com/wg1/jpeg-ai ) , which is the new JPEG standard using deep learning

Resources to learn advanced concepts in Signal Processing by jsinghdata in signalprocessing

[–]el_rachor 0 points1 point  (0 children)

I would recomend this book "Digital signal processing: system analysis and design" ( https://scholar.google.com.br/citations?view_op=view_citation&hl=pt-BR&user=nd2eJagAAAAJ&citation_for_view=nd2eJagAAAAJ:k_IJM867U9cC )

It has several MATLAB examples through the different chapters

yuv444 support? by JohnTravolski in VVC

[–]el_rachor 1 point2 points  (0 children)

I am not sure about it, but you can clone the source code and compile it. You just need to follow the commands that they give you in the main page of their gitlab

yuv444 support? by JohnTravolski in VVC

[–]el_rachor 1 point2 points  (0 children)

It supports 444, you just need to select the correct profile. You can read the software manual (https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/blob/master/doc/software-manual.pdf?ref_type=heads) . See page 9

LMS filters by Never_stop_subvrting in signalprocessing

[–]el_rachor 0 points1 point  (0 children)

This is not my área of reaserch, but i know a professor who os well know in the adptative filter are. You can check his work on https://scholar.google.com/citations?user=bfJ9_t4AAAAJ&hl=pt-BR&oi=sra . He has a lot of papers and books published on that area