Skip to content

Instantly share code, notes, and snippets.

View fgolemo's full-sized avatar
:shipit:

Florian Golemo fgolemo

:shipit:
View GitHub Profile
# RPi
import time
# import RPi.GPIO as GPIO
import paho.mqtt.client as mqtt
import numpy as np
import datetime
import time
import h5py
NODEMCU_SEND_TIME = 2 # seconds between Node broadcasts
@fgolemo
fgolemo / iclr22-crawl-review-scores.py
Last active January 17, 2022 19:23
Crawl ICLR 22 review scores, confidences, titles, links for visualization.
### ICLR 2022 Scraper
import os.path
import pickle
import urllib.request
import json
from math import ceil
from multiprocessing import Queue, Process
from tqdm import trange, tqdm
@fgolemo
fgolemo / autobot_toy.ipynb
Created March 1, 2022 22:25
Toy example for Autobots: Latent Variable Sequential Set Transformers
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fgolemo
fgolemo / autobots_omniglot.ipynb
Created March 1, 2022 22:26
Omniglot example for Autobots: Latent Variable Sequential Set Transformers
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fgolemo
fgolemo / autobot_omniglot.ipynb
Created March 1, 2022 22:28
Omniglot toy example for Autobots: Latent Variable Sequential Set Transformers
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.