Yagun
Yagun
Hi, Windows 7 Python 3.5 Python crushes when runs mem_util_test.py First the script writes: ``` 2018-02-19 18:31:16.886501: I C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\35\tensorflow\core\platform\cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled...
Windows 7 Yarn 1.3.2 (the same issue with 1.1.0) Git 2.16.1.windows.4 The path to Yarn is in the Environment PATH variable: D:\Program Files (x86)\Yarn\bin Yarn works in Windows cmd.exe and...
The training procedure _sometimes_ produces black images. (tv_loss becomes NaN in such cases). This issue appears on different iterations. Sometimes it can train on 2000 images, but in other cases...
When using --slow parameter it shows an error message: "img" is not defined File: style.py String: save_img(preds_path, img) There is no "img" variable in style.py
Hi, 1. In the **net** function you have this code: conv_t3 = _conv_layer(conv_t2, 3, 9, 1, **relu=False**) preds = tf.nn.tanh(conv_t3) * **150** + 255./2 What does **150** mean here? I...
Error text ($ ./scripts/deploy-demo ... ) : TypeScript error: src/net.ts(7,14): Error TS2420: Class 'TransformNet' incorrectly implements interface 'Model'. Types of property 'predict' are incompatible. Type '(preprocessedInput: Array3D) => Promise
Bower
When I build your project it writes that it is highly recommended to switch from Bower to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ Are you going to switch it any time soon? Thanks.
Hi, I really like your project. Recently I tried it in the "watch" mode and decided to build it and then run on my local node.js server. After executing the...
Please explain how to compile it on Windows. I found Makefile.config in docker folder, edited the paths in that file. And ... what next? Where should I copy that file?...
Please explain how to build this project. When I run python demo.py it writes: Import error: No module named '_pycaffe' There is _pycaffe.cpp file, but it is a C++ file,...