Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • deepOF deepOF
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Lucas Miranda
  • deepOFdeepOF
  • Issues
  • #6

Closed
Open
Created Feb 09, 2021 by Joeri Bordes@joeribordes

Tensorflow issue

Hi Lucas,

I was working with deepof and everything was working perfectly fine, but then I updated with git pull just now. And all of a sudden I get this error:

Any ideas? Did you change something in the tesnorflow dependencies?

Best, Joeri

import deepof import deepof.data

ModuleNotFoundError Traceback (most recent call last) in 1 import deepof ----> 2 import deepof.data

~\deepof\deepof\data.py in 25 from sklearn.preprocessing import MinMaxScaler, StandardScaler, LabelEncoder 26 from tqdm import tqdm ---> 27 import deepof.models 28 import deepof.pose_utils 29 import deepof.utils

~\deepof\deepof\models.py in 10 11 from typing import Any, Dict, Tuple ---> 12 from tensorflow.keras import Input, Model, Sequential 13 from tensorflow.keras.activations import softplus 14 from tensorflow.keras.callbacks import LambdaCallback

ModuleNotFoundError: No module named 'tensorflow'

Assignee
Assign to
Time tracking