James Oldfield
James Oldfield
+1 for this feature! As of current, I'm keeping the `main.tex` open in another small split and running `:NeoTex` manually from there every time I update another .tex file that...
@acecreamu @SummerHuiZhang: Are you passing in the `train` part of the `data/RaFD/train` string? Seems to get things working for me.
@vvigilante right before this the RGB image seems to be converted first to BGR via ``` x_temp = x_temp[..., ::-1] ``` > https://github.com/rcmalli/keras-vggface/blob/master/keras_vggface/utils.py#L44 So `x_temp[..., 2]` now correctly refers to...
Hi @sarmientoj24! Did you manage to generate a script that can convert these checkpoints to this repo's architecture in the end? If so, would you be kind enouh to share...
Definitely! Although off the top of my head I'm not quite sure how one would extend the SVD solver for the multilinear case (i.e. how we'd solve for the factor...
Thanks @notionslate for mentioning this, it could would be that there's extraneous dependencies. If you find any unneeded packages in particular, please feel free to send a pull request. Either...
For now it might even be worthwhile adding a simple npm serve script as an alias for serving the root's `index.html` with python's `SimpleHTTPServer` for new contributors?