Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][NF] Auto-encoders - streamlines - FINTA #220

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

arnaudbore
Copy link
Collaborator

Description

Implementation of FINTA using dwi_ml

Testing data and script

None

Have you

  • Added a description of the content of this PR above
  • Followed proper commit message formatting
  • Added data and a script to test this PR
  • Made sure that PEP8 issues are resolved
  • Tested the code yourself right before pushing
  • Added unit tests to test the code you implemented

People this PR concerns

@EmmaRenauld

@pep8speaks
Copy link

pep8speaks commented Nov 23, 2023

Hello @arnaudbore, Thank you for updating !

Line 722:1: E305 expected 2 blank lines after class or function definition, found 1
Line 722:3: E227 missing whitespace around bitwise or shift operator
Line 722:7: E225 missing whitespace around operator
Line 723:9: E113 unexpected indentation
Line 731:3: E225 missing whitespace around operator
Line 731:5: E225 missing whitespace around operator
Line 731:7: E225 missing whitespace around operator
Line 732:7: E225 missing whitespace around operator

Line 204:80: E501 line too long (82 > 79 characters)

Line 17:80: E501 line too long (86 > 79 characters)
Line 42:5: E265 block comment should start with '# '
Line 50:5: E265 block comment should start with '# '
Line 110:80: E501 line too long (83 > 79 characters)

Line 15:28: E128 continuation line under-indented for visual indent
Line 98:80: E501 line too long (105 > 79 characters)
Line 102:74: W291 trailing whitespace

Comment last updated at 2024-09-27 18:03:17 UTC

dwi_ml/training/trainers.py Outdated Show resolved Hide resolved
dwi_ml/training/trainers.py Outdated Show resolved Hide resolved
scripts_python/ae_train_model.py Outdated Show resolved Hide resolved
dwi_ml/models/projects/ae_models.py Outdated Show resolved Hide resolved
@AntoineTheb AntoineTheb self-requested a review September 17, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants