Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fidle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Talks
Fidle
Commits
dc16d122
Commit
dc16d122
authored
4 years ago
by
Jean-Luc Parouty
Browse files
Options
Downloads
Patches
Plain Diff
Update fidle module (pwk)
parent
506c23ad
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fidle/pwk.py
+2
-2
2 additions, 2 deletions
fidle/pwk.py
with
2 additions
and
2 deletions
fidle/pwk.py
+
2
−
2
View file @
dc16d122
...
...
@@ -31,7 +31,7 @@ import matplotlib.pyplot as plt
import
seaborn
as
sn
#IDRIS : module en cours d'installation
from
IPython.display
import
display
,
Image
,
Markdown
,
HTML
VERSION
=
'
0.5.
4
'
VERSION
=
'
0.5.
5
'
_save_figs
=
False
_figs_dir
=
'
./figs
'
...
...
@@ -71,7 +71,7 @@ def init( mplstyle='../fidle/mplstyles/custom.mplstyle',
# ---- If we are at IDRIS, we need to copy datasets/keras_cache to keras cache...
#
if
place_name
==
'
Fidle at
HOME
'
:
if
place_name
==
'
Fidle at
IDRIS
'
:
from_dir
=
f
'
{
dataset_dir
}
/keras_cache/*.*
'
to_dir
=
os
.
path
.
expanduser
(
'
~/.keras/datasets
'
)
mkdir
(
to_dir
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment