Alpha
Alpha
Here's a very simple example created from the code you suggested: ``` js app.controller('MainCtrl', function($scope) { $scope.showMessage = function() { alert('Hi from the controller!'); }; }).directive('myDirective', function() { return {...
@Yankovsky Welcome! jQuery already has great plugins that provide this functionality, for which the source code can be found here: - https://github.com/igorescobar/jQuery-Mask-Plugin/blob/master/src/jquery.mask.js - https://raw.githubusercontent.com/digitalBush/jquery.maskedinput/1.4.0/dist/jquery.maskedinput.js Based on it, I'd ask (and...
Hey all, I just created a PR with an updated version of the Collab that should give you the right dependencies and the encode versions. I was able to test...
Make sure to use the last version of the Colab file. It seems that there are two clone operations, where there should be only one. 
Hi there! Could you show us how you are running the model?
Thank you for the info! I think you're at the wrong place -- this is the repo for DAIN, the model that powers DAIN-App. The authors here have nothing to...
@xstrauss Could you please share your input video (or if private, something about it, like frame size) and the colab configuration you're using to run it? This might help us...
Let’s keep the conversation over here and possibly it can help others if they have the same problems.
@kirbyhi5 You have a different error but it might be related. How many frames did your video have?
Hey @kirbyhi5 -- I believe you might be using an old version of the Colab file, because we had taken care of the legacy autograd warnings that we're seeing in...