Git Product home page Git Product logo

Comments (2)

wei-tan avatar wei-tan commented on May 27, 2024

Hi when you increase F you should increase X and Theta batch. Here are some combinations we tried:
As you can see when F = 60, we used THETA_BATCH = 2.
Later when you try even larger F, X_BATCH and THETA_BATCH should both be increased.

#!/bin/bash
#$1 should be a directory
make clean build
mkdir $1
./main 17770 480189 10 99072112 1408395 0.048 1 1 ./data/netflix/ > $1/als.10
./main 17770 480189 20 99072112 1408395 0.048 1 1 ./data/netflix/ > $1/als.20
./main 17770 480189 30 99072112 1408395 0.048 1 1 ./data/netflix/ > $1/als.30

./main 17770 480189 40 99072112 1408395 0.048 1 2 ./data/netflix/ > $1/als.40
./main 17770 480189 50 99072112 1408395 0.048 1 2 ./data/netflix/ > $1/als.50
./main 17770 480189 60 99072112 1408395 0.048 1 2 ./data/netflix/ > $1/als.60

./main 17770 480189 70 99072112 1408395 0.048 1 3 ./data/netflix/ > $1/als.70
./main 17770 480189 80 99072112 1408395 0.048 1 3 ./data/netflix/ > $1/als.80
./main 17770 480189 90 99072112 1408395 0.048 1 3 ./data/netflix/ > $1/als.90
./main 17770 480189 100 99072112 1408395 0.048 1 3 ./data/netflix/ > $1/als.100

./main 17770 480189 110 99072112 1408395 0.048 1 4 ./data/netflix/ > $1/als.110
./main 17770 480189 120 99072112 1408395 0.048 1 4 ./data/netflix/ > $1/als.120

./main 17770 480189 130 99072112 1408395 0.048 1 10 ./data/netflix/ > $1/als.130
./main 17770 480189 140 99072112 1408395 0.048 1 10 ./data/netflix/ > $1/als.140
./main 17770 480189 150 99072112 1408395 0.048 1 10 ./data/netflix/ > $1/als.150
./main 17770 480189 160 99072112 1408395 0.048 1 10 ./data/netflix/ > $1/als.160
./main 17770 480189 170 99072112 1408395 0.048 1 10 ./data/netflix/ > $1/als.170
./main 17770 480189 180 99072112 1408395 0.048 1 10 ./data/netflix/ > $1/als.180
./main 17770 480189 190 99072112 1408395 0.048 1 10 ./data/netflix/ > $1/als.190
./main 17770 480189 200 99072112 1408395 0.048 1 10 ./data/netflix/ > $1/als.200

from cumf_als.

isratnisa avatar isratnisa commented on May 27, 2024

That solved the problem.
Thank you for your quick response.

from cumf_als.

Related Issues (18)

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.