adilapapaya
adilapapaya
You need to use tensorflow 1.11.0. TF syntax has changed for 2.0 which is why you're getting your errors.
*Apologies if this is the wrong place - it seemed related to this issue so I posted it here but can open a new issue if you'd prefer.* I'm seeing...
@jingxlim > What about normalize.css, screen.css and element.less? What do they do? - [normalize.css](https://necolas.github.io/normalize.css/) makes browsers render all elements more consistently and in line with modern standards. It precisely targets...
> I'm assuming then that the only three files in the entire repo I'll have to touch are screen.css, resume.css and pdf.css if all I'm trying to do is to...
@jingxlim can you describe what you tried specifically and at what point it deviated from the [instructions in the README](https://github.com/there4/markdown-resume)?
Hey @jingxlim If you are typing this _literally_, ``` php md2resume_dev.php html --template modern ~/path/to/resume.md ~/output/path ``` then try replacing `~/path/to/resume.md` with the actual path to your `resume.md` file and...
Hey @jingxlim Maybe it'll be easier if you push your changes and I take a look at the source. :) Are they in this repo? https://github.com/jingxlim/markdown-resume If you include the...
> What should I do with the composer stuff? Should I also put it under version control? Is that only composer.phar that needs to be added then? I remember installing...
@jingxlim I managed to get it to change the font size! Here's what I did: --1. git cloned your repo --2. changed the `composer.json` file so it always pointed to...