Code Monkey home page Code Monkey logo

gampen's People

Contributors

aayush2505 avatar amritrau avatar aritraghsh09 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gampen's Issues

Autocropping tutorial

Trying to download the packages necessary through r-requirements.txt for autocropping.ipynb in Google Colab runs into issues downloading PANDAS on my machine. When the programs attempts to download PANDAS, it pauses for several minutes and then throws the following error:

`error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Installing build dependencies ... error
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.`

Error in GaMPEN Getting Started Docs

In the GaMPEN Getting Started documentation (https://gampen.readthedocs.io/en/latest/Getting_Started.html), it is suggested to run the trainer with the following code:

python ggt/train/train.py \ --experiment_name='demo' \ --data_dir='./../hsc/' \ --split_slug='balanced-dev2' \ --batch_size=16 \ --epochs=2 \ --lr=5e-7 \ --momentum=0.99 \ --crop \ --cutout_size=239 \ --target_metrics='custom_logit_bt,log_R_e,log_total_flux' \ --repeat_dims \ --no-nesterov \ --label_scaling='std' \ --dropout_rate=0.0004 \ --loss='aleatoric_cov' \ --weight_decay=0.0001 \ --parallel

Upon investigation of the target_metrics in the info.csv file within the hsc directory, the correct target_metrics should be custom_logit_bt,ln_R_e_asec,ln_total_flux_adus rather than custom_logit_bt,log_R_e,log_total_flux.

Make requirements.txt more lightweight

Right now, requirements.txt is pretty bloated, especially with old requirements that no longer are a primary feature of GaMPEN (e.g., the group convolutional neural networks.)

Do a thorough code review and get rid of both old features and their corresponding dependencies in requirements.txt

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.