Giter Club home page Giter Club logo

Comments (1)

lucas2606-rs avatar lucas2606-rs commented on August 29, 2024 2

已解决
不能直接运行train.py,需要运行三个后缀为sh的脚本文件
所以问题的本质变成了在windows环境下运行作者的sh脚本
在将数据按指定文件夹存放后,需要通过git bash 运行脚本文件
但是会出现2个问题,第一个问题是运行完成后,git bash窗口闪退
这个可以通过在脚本文件末尾加上以下代码解决
echo 按任意键继续
read -n 1
echo 继续运行

然后你会发现第二个问题,git bash无法找到train.py/无法找到数据
原因是作者的sh脚本都放在scripts子文件夹中,所以无法找到train.py和数据
把sh脚本复制到freenet-master主文件夹下,再运行即可

from freenet.

Related Issues (6)

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.