Git Product home page Git Product logo

Comments (2)

chickenbestlover avatar chickenbestlover commented on May 24, 2024

The script works in my environment:
python 3.6
pytorch 1.4

(jmpark_py36) rit@rit:/media/rit/HDD/Engineering/RNN-Time-series-Anomaly-Detection$ python 1_train_predictor.py --data nyc_taxi --filename nyc_taxi.pkl

=> Start training from scratch
-----------------------------------------------------------------------------------------
Namespace(augment=True, batch_size=64, bptt=50, clip=10, data='nyc_taxi', device='cuda', dropout=0.2, emsize=32, epochs=400, eval_batch_size=64, filename='nyc_taxi.pkl', log_interval=10, lr=0.0002, model='LSTM', nhid=32, nlayers=2, prediction_window_size=10, pretrained=False, res_connection=False, resume=False, save_fig=False, save_interval=10, seed=1111, teacher_forcing_ratio=0.7, tied=False, weight_decay=0.0001)
-----------------------------------------------------------------------------------------
| epoch   1 |    10/   31 batches | ms/batch 52.9033 | loss  2.21 
| epoch   1 |    20/   31 batches | ms/batch 46.2340 | loss  2.01 
| epoch   1 |    30/   31 batches | ms/batch 46.1436 | loss  2.00 
-----------------------------------------------------------------------------------------
| end of epoch   1 | time:  1.84s | valid loss 1.9104 | 

Please specify your environment.

from rnn-time-series-anomaly-detection.

lhduc94 avatar lhduc94 commented on May 24, 2024

It worked, thank you.

from rnn-time-series-anomaly-detection.

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.