TheCrazyT
TheCrazyT
Problem is that the embedded nodejs is used inside the $PATH. You probably need to setup an external path for nodejs-first because the newest "@angular/cli" is not compatible with the...
Having the same problem, but changing batch size does not change anything.
Asking myself the same thing ... thought Totalloss should go down after a while. But it does not really look good (+160k iterations) : https://tensorboard.dev/experiment/aay2ZG8aRUaZM1EwML3jPA/#scalars&run=0_flow1%2Ftrainlogs&_smoothingWeight=0.989 Edit: Guess i would need...
Here are the versions I'm using: tensorflow-gpu: 2.3.0 cmake: 3.12.0 CUDA: 10.1 Modified the code slightly with the help of "tf_upgrade_v2" and some other modifications(with "sed") to be able to...
Version 2 without downgrade of cuda/tensorflow(2.3.0 - using compatibility mode of v1) is here: https://colab.research.google.com/drive/1wmAJAxrD3ob2bR_WRUpS4B_-Lg-02b42?usp=sharing It generates an output file (fig.png), but somehow the execution also crashes with an "Segmentation...
I'm no expert but it sounds to me like a bug in avr_twi.c . Depends if it stops at : https://github.com/buserror/simavr/blob/master/simavr/sim/avr_twi.c#L281 or at: https://github.com/buserror/simavr/blob/master/simavr/sim/avr_twi.c#L316 Maybe you should try to checkout...
To be honest ... i never worked with watch points. Are you shure that gdb can handle a watchpoint on structures? According to: https://github.com/buserror/simavr/blob/65dcb8859503dd85ebc251b16f5528cc8a180a3e/simavr/sim/sim_avr_types.h#L45 it has properties like reg, bit...
well i believe for trace stuff you need to enable the following line: https://github.com/buserror/simavr/blob/master/simavr/Makefile#L31 You might need to set: avr->log = LOG_TRACE after that in your program. (just like at:...
Hm "TWSR is not getting updated fast enough". This reminds me on a pull request where some guy changed the delay to 0: Pull Request: https://github.com/buserror/simavr/pull/102 Commit: https://github.com/dougszumski/simavr/commit/6c6b0835db5a29f7083e8e582711a684f18ae5c6 Maybe you...
To be honest ... porting to to c# will be too much work. I'm currently trying to create a python "wheel" for msys. So far appveyor compiles it (https://ci.appveyor.com/project/TheCrazyT/textworld/builds/23684995). A...