Marc Vaillant
Marc Vaillant
@blink1073 ok, interesting. Do you think it would be possible to push updates to the same plot as well? I might be willing to take this on depending on the...
@blink1073 regarding your suggestion, would it not be possible to do something synchronous? As long as you are injecting a custom "plotting" matlab function, is there no way to invoke...
@blink1073 what about the following (inspired by a great hack a web based Terminal program called wetty uses, which allows you to download files via writing to the terminal in...
@blink1073 @dsblank I made a first pass at this on my fork based on the approach I described above. Please check out my fork if you would like, and let...
> Looks good so far! > > * You could [set](http://www.ece.northwestern.edu/local-apps/matlabhelp/techdoc/ref/set.html) a property on `0` during kernel startup and check for that property in the script. Ok cool, so you...
This seems to be a matlab or matlab engine problem. Similar to [this behavior](https://www.mathworks.com/matlabcentral/answers/102386-why-are-changes-to-matlab-file-scripts-not-recognized-when-executed-with-the-run-function-in-matlab). Do others also experience this? I confirmed that if I add `clear myscript` before executing `myscript`...
My best solution for this so far is to put "clear functions" at the top of cells that call scripts. If anyone has a better way, please let me know.
> This is a known issue, the solution is in process. If you would like to help it would be great for me. > A quick fix is to change...
Ok, what's the disadvantage using the template? That it makes it hard to arbitrarily resize to other paper dimensions?
@drforester as @AlexeyAB mentioned, I **don't** believe that this statement is true "The validation set is used in each training epoch to calculate the loss of the updated model." Do...