Git Product home page Git Product logo

iclr.github.io's Introduction

ICLR Conference Portal

Installation

pip install -r requirements.txt

Replace pip with pip3 according to your system.

Files

  • Static files js/css/image static/
  • Site data files yaml/json sitedata/
  • HTML Template files templates/pages

Test

bash run.sh or sh run.sh

For Starting the server => goto http://localhost:5000

Make static pages

bash freeze.sh or sh freeze.sh

Puts the static pages in build/

Code

Code is all in main.py

Html Pages

Main Html pages are included in templates/pages/

iclr.github.io's People

Contributors

akshitac8 avatar amw8 avatar anirudhdagar avatar guyaglionby avatar hendrikstrobelt avatar jaketae avatar junaidrahim avatar kyunghyuncho avatar marthawhite avatar sandguine avatar shakirm avatar soumyac1999 avatar srush avatar syhw avatar yassersouri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

iclr.github.io's Issues

Consider adding helpful features in poster visualization view

When browsing through posters in the visualizer, it is currently hard to know whether you've checked something out already or not. In particular, when trying to decide which posters to click, it's not easy to "mark as seen" to indicate that a given dot was acknowledged, but that I decided I'm not interested in it.

This could be done in a variety of ways. Off the top of my head, one option would be to "right click" to mark as read, which will change the color of the dot to indicate it was been "read"

Another unrelated feature that will be nice to have is a grid underneath the visualization, which would alleviate the problem of not knowing which dots I've already hovered over and which ones need my attention.

Missing Image in Speakers

In speakers.html, the image of Profs. Yoshua Benjio and Yann LeCun is missing due to missing image source in speakers.yml. Also, their affiliations are interchanged.

- speaker: Profs. Yoshua Benjio and Yann LeCun
image: static/
title: Reflections from the Turing Award Winners

Possible fix:

    - speaker: Profs. Yann LeCun and Yoshua Benjio
      image: static/lecun+bengio.png
      title: Reflections from the Turing Award Winners
      institution: Facebook AI + NYU / MILA

Rendered page:
The uniformity of the page is lost though.
image

The image used (from Voices of ICLR2020: Announcing our Keynote Speakers Medium Blog)
lecun+bengio

If this is fine, I can submit a pr.

Zoom links

Once there are available zoom links we need to wire them up to the poster pages and the main talk page.

ICS files interpretable as local time?

The generation of ICS events with icalendar

def poster_ics(poster, session):

produces events that use GMT, indicating so in the timezone attribute, too, but Thunderbird and iOS both interpret the time as local time, presumably because the final Z is missing after the datetimes? That is, DTSTART;VALUE=DATE-TIME:20200430T120000 is delivered, but appending a Z makes it work for me.

I'm not sure why icalendar doesn't do that for dtstart and dtend, but does it for dtstamp, and maybe there's a good reason for it. If all else failed, one could hackily append the Z, but I'm sure there's a principled thing to do...

Fix mobile CSS

Check mobile for all pages / integrate better with bootstrap CSS.

Button on Sponsors Page for Virtual Booths

We need a button at the top of the sponsor page (and perhaps in other locations) that allows people to get to the sponsor booth site on 6connex. The simplest solution is a button at the top of the sponsor page that say 'Visit Sponsor Hall' that then opens a new tab/window.

Error in loading the pretrained model

Hi @srush Amazing work with ICLR2020. I enjoyed the conference a lot. :)

I was looking into the visualizations and the code for generating the embeddings using the paper abstracts. I am unable to load the pre-trained model you shared here When I try to run the cache_paper_embeddings.py file, I face the following error:

Loading model
Traceback (most recent call last):
  File "cache_paper_embeddings.py", line 31, in <module>
    model, epoch = load_model(None, "scratch/similarity-model.pt")
  File "/Users/gollum/Desktop/Work/iclr.github.io/recommendations/models.py", line 20, in load_model
    model = torch.load(load_file, map_location=lambda storage, loc: storage)
  File "/Users/gollum/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 529, in load
    return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
  File "/Users/gollum/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 692, in _legacy_load
    magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, 'v'.

This is imo problem with the saved model keys. If possible can you share steps to run the code for training this model?

Thanks!

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.