search for: pre_processing

Displaying 5 results from an estimated 5 matches for "pre_processing".

2010 Mar 20
0
Problem with videos on heroku
Hi, I have recently moved my RoR app on the Heroku platform, and almost everything works fine apart from the videos. It works fine when my app runs in local but not on heroku. This is the error log I''m getting, if anyone knows where it can be coming from: Processing VideosController#new (for IP at 2010-03-20 04:32:09) [GET] Session ID: 6abecf60c3369d7c7029e366bb801e08 Parameters:
2010 Sep 19
4
Rails 2.3.8 - InvalidAuthenticityToken problem. URGENT!
I used to have Simple Captcha installed, but since I removed it I got all kinds of problems with login. Processing UsersController#login (for 188.177.122.179 at 2010-09-19 12:21:09) [POST] Parameters: {"commit"=>"OK", "authenticity_token"=>"/ Y0aZETCsMhyI3CkrZJK6O2NaLEoi+LRe8ZuDPWU9kc=",
2024 Jan 11
0
NHW v0.3.0-rc8 new version
Hi, For those interested, I have released the NHW v0.3.0-rc8 new version. I continue to fine-tune the nhw_kernel weights and pre_processing.This new version seems then to have more precision and a better visual quality. -Just a quick note, for now I can not explain why it works...- More at: http://nhwcodec.blogspot.com/ <http://nhwcodec.blogspot.com/>Do not hesitate to let me know if you agree with this new version, else I can...
2024 Jan 24
0
NHW v0.3.0-rc10 new version
Hello, For those interested (and yes, also to keep the topic warm), I have released the NHW v0.3.0-rc10 new version. I continue to fine-tune the nhw_kernel weights and pre_processing.This new version has then more precision and a better visual quality. More at: http://nhwcodec.blogspot.com/ Cheers, Raphael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/theora/attachments/20240124/0a772b53/attachment.htm>
2012 May 09
0
Failed Convergence when using mi to generate synthetic data
I was hoping to use mi to generate a synthetic version of a database. The strategy (see code below) was simple: use the diamonds dataset from ggplot2, subset it focus on 3K single-color, then create a blank record for every "real" record, and throw the new dataset at mi to see if it would populate the blank records. I kept getting failed convergence. I think I have simplified the