Fabrik icon indicating copy to clipboard operation
Fabrik copied to clipboard

:factory: Collaboratively build, visualize, and design neural nets in browser

Results 73 Fabrik issues
Sort by recently updated
recently updated
newest added

Cannot be deployed according to readme!

hey i am getting error when i install fabrick using the process mention in the redme for the installation of ubuntu 20.04 . the problem occured in django as mentioned...

When I add a new layer, the grey dots appeared at the wrong place. ![cloudcv fabrik - google chrome 2018-01-05 11 29 40](https://user-images.githubusercontent.com/22024041/34595669-58ec02f8-f20c-11e7-94c9-723f1ad81d69.png) How to reproduce the bug: - Add...

bug

from .common import * # noqa: ignore=F405 import os # Database # https://docs.djangoproject.com/en/1.9/ref/settings/#databases DEBUG = True # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = 's9&vp1jq1yzr!1c_temg#v_)j-a)i5+@vbsekmi6pbjl4l1&u@'...

fixed the docs as suggested in issue #521 . although not made any change for the numeric display error as it is already fixed in the code.

Goal of the issue is to fix the bug in padding calculation logic for pooling layers. Due to miscalculation of padding shapes of layers are miscalculated leading to failure in...

bug
backend
medium

- the expected behaviour Command should have run with no errors - the observed behaviour Throws DistributionNotFound error Traceback: > Traceback (most recent call last): File "/usr/bin/docker-compose", line 5, in...

## Context Trying to install Fabrik using virtualenv on this system: - OS: Ubuntu 16.04 WSL on Windows 10. - Environment: Python 2.7 virtualenv Just following the instructions on the...

- Found a few broken links. Fixed most of them in https://github.com/Cloud-CV/Fabrik/pull/525 - Rest are here: 1. https://github.com/Cloud-CV/Fabrik/blob/master/docs/source/internalModel.md#example-json-model-file All three links in JSON examples are broken. Might have to make...