You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a matter of fact, I have more than 2GB of protocol buf files.
So, I used split_proto_netlist_main.py to split it, I successed.
As stated in README, I passed as below as by inputting the grouping_main.py
--netlist_file=/path/to/netlist_file_1.pb.txt,/path/to/netlist_file_2.pb.txt
However, during execution, an error occurs in which the path is not found as shown below.
tensorflow.python.framework.errors_impl.NotFoundError: /home/soooh1_lim/circuit-training/SOO.part1.pb.txt,/home/soooh1_lim/circuit-training/SOO.part2.pb.txt; No such file or directory
In call to configurable 'create_placement_cost' (<function create_placement_cost at 0x7fef0c42e670>)
Hello, Thank you for using the code you posted.
As a matter of fact, I have more than 2GB of protocol buf files.
So, I used split_proto_netlist_main.py to split it, I successed.
As stated in README, I passed as below as by inputting the grouping_main.py
--netlist_file=/path/to/netlist_file_1.pb.txt,/path/to/netlist_file_2.pb.txt
However, during execution, an error occurs in which the path is not found as shown below.
tensorflow.python.framework.errors_impl.NotFoundError: /home/soooh1_lim/circuit-training/SOO.part1.pb.txt,/home/soooh1_lim/circuit-training/SOO.part2.pb.txt; No such file or directory
In call to configurable 'create_placement_cost' (<function create_placement_cost at 0x7fef0c42e670>)
My commitment is dab72fa
The text was updated successfully, but these errors were encountered: