-
Notifications
You must be signed in to change notification settings - Fork 11
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
keras error #2
Comments
Thanks for noting this! It's Keras 2.4.3. |
I got the same error. @binghong-ml Would you let me know your tensorflow version? FYI, I tried tensorflow version |
i solved the problem by this op: keras-team/keras#14632 |
Could you try Tensorflow-cpu 2.3? |
Thanks @nickyoungforu , it solves the problem! |
It gives another error as follows:
|
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "MolEvol/main.py", line 168, in
main(args)
File "MolEvol/main.py", line 112, in main
if args.last_round != 0:
File "MolEvol/main.py", line 82, in search_rationales
gsls_tuples = do_local_search_disc(seed_molecules, args)
File "/Users/Workspace/repos/MolEvol-ffbb4fab5fe38cfa5049c664df61d50934fa9ed3/MolEvol/local_search/local_searcher_explain.py", line 136, in do_local_search_disc
results = pool.map(work_func, mol_id_list)
File "/Users/opt/anaconda3/envs/chemprop/lib/python3.8/multiprocessing/pool.py", line 364, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/Users/opt/anaconda3/envs/chemprop/lib/python3.8/multiprocessing/pool.py", line 771, in get
raise self._value
AttributeError: module 'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects'
env:
mac os
python=3.8
what is your tensorflow, keras version?
The text was updated successfully, but these errors were encountered: