Giter VIP home page Giter VIP logo

Comments (5)

dnguyengithub avatar dnguyengithub commented on July 17, 2024 1

Hi, thank you very much for letting me know. I will update the readme.

from geotracknet.

dnguyengithub avatar dnguyengithub commented on July 17, 2024

Hi,
You can create an Anaconda env using the yml file.
conda env create -f requirements. yml
See details here
Please update your Conda to version 4.8.3 (metapackage 2020.02) to avoid unexpected packages conflicts.

from geotracknet.

RobertSellers avatar RobertSellers commented on July 17, 2024

Hi. Thank you. Yes, I have tried the conda envioronment on Linux/Windows machines and with v 4.8.3 and I've been able to run the training tool with success with the PY3GPU environment, but I've had to remove some libs to pip to get this working BUT I'm still unable to run the save_logprob line with your example data.

C:\miniconda\envs\PY3GPU\lib\site-packages\tensorflow\python\util\tf_inspect.py:75: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() return _inspect.getargspec(target) Traceback (most recent call last): File "geotracknet.py", line 54, in <module> from flags_config import config File "C:\repositories\GeoTrackNet\flags_config.py", line 196, in <module> config.onehot_lat_bins = math.ceil((config.lat_max-config.lat_min)/config.onehot_lat_reso) File "C:\miniconda\envs\PY3GPU\lib\site-packages\tensorflow\python\platform\flags.py", line 84, in __getattr__ wrapped(_sys.argv) File "C:\miniconda\envs\PY3GPU\lib\site-packages\absl\flags\_flagvalues.py", line 633, in __call__ name, value, suggestions=suggestions) absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'test_name'

from geotracknet.

RobertSellers avatar RobertSellers commented on July 17, 2024

I just confirmed that the conda requirements load "fine" on an ubuntu 20 anaconda install, but I'm getting the exact same error listed above.

from geotracknet.

RobertSellers avatar RobertSellers commented on July 17, 2024

Ok well, it looks like you've just got a syntax error in your documentation. test_name should just be testset_name.

python geotracknet.py
--mode=save_logprob
--dataset_dir=./data
--trainingset_name=ct_2017010203_10_20/ct_2017010203_10_20_train.pkl
--test_name=ct_2017010203_10_20/ct_2017010203_10_20_valid.pkl \

from geotracknet.

Related Issues (20)

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.