Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
17d76665
Commit
17d76665
authored
Dec 02, 2021
by
Martino Bertoni
🌋
Browse files
bugix, sharedx parameters are already passed in params
parent
4f36021c
Pipeline
#2584
passed with stages
in 18 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/chemicalchecker/tool/siamese/siamese_triplets.py
View file @
17d76665
...
...
@@ -611,8 +611,7 @@ class SiameseTriplets(object):
lr_params
[
'learning_rate'
]
=
lr
siamese
=
SiameseTriplets
(
self
.
model_dir
,
evaluate
=
True
,
plot
=
True
,
save_params
=
False
,
generator
=
generator
,
sharedx
=
self
.
sharedx
,
sharedx_trim
=
self
.
sharedx_trim
,
**
lr_params
)
generator
=
generator
,
**
lr_params
)
siamese
.
fit
(
save
=
False
)
h_file
=
os
.
path
.
join
(
self
.
model_dir
,
'siamesetriplets_history.pkl'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment