mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-05 01:23:02 +00:00
Starbeamrainbowlabs
1a657bd653
It deduplicates lines in the files, with the potential to add the ability to filter on a specific property later. The reasoningf or this is thus: 1. There will naturally be periods of time where nothing happens 2. Too many duplicates will interfere and confuse with the contrastive learning algorithm, as in each batch it will have less variance in samples This is especially important because contrastive learning causes it to compare every item in each batch with every othear item in the batch.
27 lines
753 B
JSON
27 lines
753 B
JSON
{
|
|
"name": "rainfallwrangler",
|
|
"version": "1.0.0",
|
|
"description": "Wrangles rainfall radar and water depth data into something sensible.",
|
|
"main": "src/index.mjs",
|
|
"scripts": {
|
|
"test": "echo \"No tests have been implemented yet\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.starbeamrainbowlabs.com/sbrl/PhD-Rainfall-Radar.git"
|
|
},
|
|
"author": "Starbeamrainbowlabs",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@tensorflow/tfjs-node-gpu": "^3.18.0",
|
|
"applause-cli": "^1.8.1",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"nexline": "^1.2.2",
|
|
"p-map": "^5.5.0",
|
|
"p-reflect": "^3.0.0",
|
|
"pretty-ms": "^8.0.0",
|
|
"spawn-stream": "^1.0.2",
|
|
"terrain50": "^1.10.1",
|
|
"workerpool": "^6.2.1"
|
|
}
|
|
}
|