Giter VIP home page Giter VIP logo

Comments (6)

wromaszkan avatar wromaszkan commented on July 17, 2024

Hey,

What OS and shell are you running it from?

from 3pxnet.

ando2097 avatar ando2097 commented on July 17, 2024

I am running on windows 10 from the vscode powershell

from 3pxnet.

wromaszkan avatar wromaszkan commented on July 17, 2024

Ok, we haven't tested the library on Windows/VSCode, and I can't reproduce this issue on Linux. We'll try to reproduce your setup to see what's going on.

from 3pxnet.

wromaszkan avatar wromaszkan commented on July 17, 2024

Hey @ando2097, can you let me know exactly what versions of GCC and Make are you using, and any VSCode extensions related to those? Thanks.

from 3pxnet.

ando2097 avatar ando2097 commented on July 17, 2024

GNU Make 4.3
gcc (MinGW.org GCC-6.3.0-1) 6.3.0
no vscode extensions related to either

from 3pxnet.

wromaszkan avatar wromaszkan commented on July 17, 2024

Hi,

Thank you for your patience. You should be able to solve this by changing line 63 in runValidation.py from:

cmdString = "./validation" + layer + ob + bn + sp + " -i " + str(self.iters)

To:

cmdString = "validation" + layer + ob + bn + sp + " -i " + str(self.iters)

We will not be fixing this in the repository, as we are not planning on officially supporting Windows-based setups. Apologies for the inconvenience. Please let me know if that fixes the issue.

from 3pxnet.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.