carl anderson
carl anderson
src/visions/types/url.py does not correctly validate URLs. First, the example code (lines 14--19) from the docs do not return True: Python 3.9.4 (default, Apr 9 2021, 09:32:38) [Clang 10.0.0 ] ::...
it seems to me that 2dee498d train 0 input is inconsistent with the other inputs of this task. train 1, train 2, and test 0 consist of a simple 1x3...
@fchollet An intelligent agent should be able to recognize focal objects versus background, even if background color might vary among training examples. There are various examples of deep-learned systems that...
@fchollet as people are now coding against this, and as "we intend to keep adding new tasks to ARC in the future", can we please version/tag this repo, ideally with...
It seems that dc433765's train 5 == test 0: ``` import json filename = "../ARC/data/training/dc433765.json" with open(filename, "r+") as jsonFile: data = json.load(jsonFile) print(data['train'][5]['input'] == data['test'][0]['input']) print(data['train'][5]['output'] == data['test'][0]['output']) ```...
The output is very chatty, especially progress reports from genetic.py. With most packages, one can apply logging filters outside the code to modify what information is surfaced. For instance, I...
In the README, shouldn't the 3rd line be: git clone git://github.com/kevinweil/pig.tmbundle.git "Pig.tmbundle" rather than git clone git://github.com/kevinweil/pig.tmbundle "Pig.tmbundle"
The release notes for Java SDK are very clear how to add multiple rows to extension simultaneously. This python SDK is not clear. If it is possible to insert in...