All Projects → Gama11 → HaxeRepro

Gama11 / HaxeRepro

Licence: other
No description or website provided.

Programming Languages

haxe
709 projects

Projects that are alternatives of or similar to HaxeRepro

Portrait FCN and 3D Reconstruction
This project is to convert PortraitFCN+ (by Xiaoyong Shen) from Matlab to Tensorflow, then refine the outputs from it (converted to a trimap) using KNN and ResNet, supervised by Richard Berwick.
Stars: ✭ 61 (+258.82%)
Mutual labels:  reproduction
backend
Code for statistical methods which estimates outbreak indicators at Covid Today.
Stars: ✭ 13 (-23.53%)
Mutual labels:  reproduction
jarvis
Build, configure, and track workflows with Jarvis.
Stars: ✭ 14 (-17.65%)
Mutual labels:  reproduction
popcat-echo
The server-side reproduction, similar the one of https://popcat.click, improve the performance and speed.
Stars: ✭ 62 (+264.71%)
Mutual labels:  reproduction
reproducible-continual-learning
Continual learning baselines and strategies from popular papers, using Avalanche. We include EWC, SI, GEM, AGEM, LwF, iCarl, GDumb, and other strategies.
Stars: ✭ 118 (+594.12%)
Mutual labels:  reproduction
ghostnet.pytorch
73.6% GhostNet 1.0x pre-trained model on ImageNet
Stars: ✭ 90 (+429.41%)
Mutual labels:  reproduction

Empty Haxe project with a VSCode tasks.json for all available targets. Useful for reproducing Haxe issues.

How to reproduce completion/compilation server issues using command line

  1. Add "haxe.displayServer.arguments": ["-v"] to your .vscode/settings.json
  2. Reproduce your issue in vscode
  3. Copy the contents of "Output" panel to the display/output.log file in this (HaxeRepro) repository img
  4. Start a server: haxe -v --wait 60000
  5. Execute haxe -x display.Run from the root of this repository to automatically reproduce your issue.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].