Giter VIP home page Giter VIP logo

Comments (16)

hd719 avatar hd719 commented on August 25, 2024

Hey can I work on this?

from fabrik.

virajprabhu avatar virajprabhu commented on August 25, 2024

Absolutely, go ahead! Let us know if you have questions.

from fabrik.

viveksyngh avatar viveksyngh commented on August 25, 2024

Is anyone working on this one ?

from fabrik.

deshraj avatar deshraj commented on August 25, 2024

I don't think so. Feel free to work on it.

from fabrik.

viveksyngh avatar viveksyngh commented on August 25, 2024

@deshraj I have few questions. Where this title field will be added in UI and if it needs to save to DB is there already existing model in which I can add this filed or I need to create a new model ?

from fabrik.

virajprabhu avatar virajprabhu commented on August 25, 2024

Adding it on the top would be fine. And yes, we should save it to DB. @utsavgarg might be able to point you to the right model.

from fabrik.

utsavgarg avatar utsavgarg commented on August 25, 2024

@viveksyngh the models are saved as a JSON object in the database which already has a net_name field so you don't need to change any model but just have to make a UI for displaying and changing that field.

from fabrik.

viveksyngh avatar viveksyngh commented on August 25, 2024

When I tried to run the app in local(ubuntu 14.04) by following the instructions in readme file .. I am getting below error ..

 execute_from_command_line(sys.argv)
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 353, in execute_from_command_line
    utility.execute()
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 345, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 348, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 398, in execute
    self.check()
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 426, in check
    include_deployment_checks=include_deployment_checks,
  File "/usr/local/lib/python2.7/dist-packages/django/core/checks/registry.py", line 75, in run_checks
    new_errors = check(app_configs=app_configs)
  File "/usr/local/lib/python2.7/dist-packages/django/core/checks/urls.py", line 13, in check_url_config
    return check_resolver(resolver)
  File "/usr/local/lib/python2.7/dist-packages/django/core/checks/urls.py", line 23, in check_resolver
    for pattern in resolver.url_patterns:
  File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 33, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 417, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 33, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 410, in urlconf_module
    return import_module(self.urlconf_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/app/Fabrik/ide/urls.py", line 9, in <module>
    url(r'^caffe/', include('caffe_app.urls')),
  File "/usr/local/lib/python2.7/dist-packages/django/conf/urls/__init__.py", line 52, in include
    urlconf_module = import_module(urlconf_module)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/app/Fabrik/caffe_app/urls.py", line 2, in <module>
    from views.import_prototxt import import_prototxt
  File "/app/Fabrik/caffe_app/views/import_prototxt.py", line 5, in <module>
    from caffe.proto import caffe_pb2
ImportError: No module named caffe.proto

from fabrik.

utsavgarg avatar utsavgarg commented on August 25, 2024

@viveksyngh you can check the chat on Gitter for installation problems.

from fabrik.

AtharvaKhare avatar AtharvaKhare commented on August 25, 2024

@viveksyngh

export PYTHONPATH=$PYTHONPATH:$HOME/caffe/caffe/python

from fabrik.

manuhortet avatar manuhortet commented on August 25, 2024

add the line @AtharvaKhare commented to your ./bashrc and source it (just run source ./bashrc), problem will be solved.

from fabrik.

viveksyngh avatar viveksyngh commented on August 25, 2024

Even after doing that I am getting same error

from fabrik.

suraj44 avatar suraj44 commented on August 25, 2024

Is anyone working on this issue?

from fabrik.

utsavgarg avatar utsavgarg commented on August 25, 2024

@viveksyngh are you working on this?

from fabrik.

viveksyngh avatar viveksyngh commented on August 25, 2024

I was working on this one but I was not able to setup environment due to error. I was quite busy this week so couldn't continue. Try to setup the environment and work on this over weekend.

from fabrik.

utsavgarg avatar utsavgarg commented on August 25, 2024

Added in #185

from fabrik.

Related Issues (20)

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.